I\'m trying to do phonegap build android
and I have this message :
[phonegap] detecting Android SDK environment...
[phonegap] using the local en
Did you set your PATH variable? Sometimes this error occurs in Windows when the PATH variable is not set correctly to access "java" and "ant" exes. If you want to test if they are correctly set, you can simply execute both (from any folder in your command line):
> java
or
> ant
and both programs should be found.