I am currently following this tutorial about getting started on PhoneGap. I have installed everything and set the path on system variable.
But when I am going to build the project it always give an error of
Missing one of the following: JDK Android SDK Apache ant
I have check with command, java, adb, ant, inside the command prompt. java and adb seems work perfectly, but ant return an error "Build.xml does not exist. build failed".
How can I generate the project file?