Skip to content Skip to sidebar Skip to footer

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 :

  1. delete the platforms/android folder (as the log say "Adding the android platform", I assume you didn't perform any customisations in that folder)
  2. use android sdk manager to install the latest sdk
  3. retry with phonegap build android and if it fails, run phonegap -V build android to get more details on the error

Post a Comment for "Phonegap Run Android Error"