An error occurred during creation of android sub-project because a path is not found

前端 未结 8 1967
旧巷少年郎
旧巷少年郎 2021-01-12 02:31

I\'m trying to do phonegap build android and I have this message :

[phonegap] detecting Android SDK environment...
[phonegap] using the local en         


        
8条回答
  •  梦谈多话
    2021-01-12 03:20

    I have face the same issue, then i corrected my application path, afterthat it is worked out for me.

    If you are using win 7 then add the Android ADK path in open the mycomputer -> Properties -> Change Settings-> Advanced -> Environment Variable -> User variable for ....-> path add the Android ADK path here like as following

    C:\AndroidDev\adt-bundle-windows-x86-20131030\sdk\tools; C:\AndroidDev\adt-bundle-windows-x86-20131030\sdk\platform-tools

    also add JAVA_HOME and ANT_HOME. - Abdul Jabbar

提交回复
热议问题