Phonegap platform add android

前端 未结 1 924
野趣味
野趣味 2020-12-21 22:04

I am having problem with Phonegap. When I want to add platform with following commands got error:

$ export PATH=${PATH}:/ProgramFiles/Android/adt-bundle-linu         


        
相关标签:
1条回答
  • 2020-12-21 22:18

    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.

    0 讨论(0)
提交回复
热议问题