I have installed android sdk and JDK on aptana. Now I’m trying to create phonegap application but when I create new android project as it is described on phonegap website and try to run it I get an error that the .apk file could not be found. Here is the error log:
[2012-04-18 22:28:37 - androidApp] ------------------------------
[2012-04-18 22:28:37 - androidApp] Android Launch!
[2012-04-18 22:28:37 - androidApp] adb is running normally.
[2012-04-18 22:28:37 - androidApp] Could not find androidApp.apk!
What could be the problem?
Guess it’s time to answers this question myself 🙂
The solution to this problem was to export adb path using this command:
After issuing this command the emulator was successfully launched and the apk file was generated as well.