Phonegap Run Android Error
Whenever I try to build a project using phonegap run, I get the below error: C:\Users\MS AwaN\my-app>phonegap run android [phonegap] detecting Android SDK environment... [phoneg
Solution 1:
I had the same problem and this fixed it. Alternately look here (which is the same but has a link to the documentation which I also missed).
Solution 2:
It seems that phonegap 3.3 requires android sdk 19.
If you have a older one, try the following steps :
- delete the platforms/android folder (as the log say "Adding the android platform", I assume you didn't perform any customisations in that folder)
- use android sdk manager to install the latest sdk
- retry with
phonegap build android
and if it fails, runphonegap -V build android
to get more details on the error
Post a Comment for "Phonegap Run Android Error"