A guide to PhoneGap development for Android on Windows.
This is a guide to start developing with PhoneGap 3 for Android on a Windows machine. It has everything included, but only the basics. See the supplied URLs for more information. If you have any questions, enhancements, comments or complaints, please feel free to let me know. Overview, what you need You need the following platforms / software packages: Java JDK 6 or 7 Android SDK tools Integrated Development Environment (IDE): Eclipse and Eclipse Plugin Apache Ant GitHub Node.js Cordova PhoneGap Skip the parts below if you already have installed / configured them. Install the tools Java JDK 6 or 7 Download: http://www.oracle.com/technetwork/java/javase/downloads/index.html Make sure you download the JDK. Eclipse can build against Java 6 with Java 7, so it is fine to have only 7 on board. Officially, Android supports only Java 6, so it is not ...