I am trying to get set up on a basic Hello World phonegap android application. I have installed and correctly configured the paths for ant, the java jdk, and the android sdk. However, when I attempt to run
create C:\Users\Shoes\Documents\Dev\Test com.codebundle.test Test
and cordova gave me the following error
Missing one of the following:
JDK: http://java.oracle.com
Android SDK: http://developer.android.com
Apache ant: http://ant.apache.org
I have tested that all the paths are setup correctly by trying
ant
adb
java
All worked fine, Please help

