Skip to content Skip to sidebar Skip to footer

Phonegap Platform Add Android

I am having problem with Phonegap. When I want to add platform with following commands got error: $ export PATH=${PATH}:/ProgramFiles/Android/adt-bundle-linux-x86_64-20140321/sdk/p

Solution 1:

You should also have

  • JAVA_HOME\bin; (where JAVA_HOME is the location of jdk folder)
  • nodejs\;
  • ANT_HOME\bin; (where ANT_HOME is the location of Ant folder)
  • ANDROID_HOME; (where ANDROID_HOME is the location of android-sdk folder)

in your PATH.

Post a Comment for "Phonegap Platform Add Android"