Cordova ant jar not available

后端 未结 4 1070
情书的邮戳
情书的邮戳 2021-01-02 01:00

Cordova 3.3.0 installed from fresh and PATH fixed with visibility to tools etc.

Build a new bare application Add android platform

now it starts to go awry -<

4条回答
  •  悲&欢浪女
    2021-01-02 01:39

    What solved my problem on HelloWorld project in my ADT is :

    1. I cleaned both the HelloWorld and the HelloWorld-cordovaLib.
    2. Right clicked on HelloWorld-cordovaLib ->properties->Android and verified it the isLibrary is checked.
    3. I right clicked on HelloWorld proj -> Properties ->Android -> The "is Library part" had Cordova with red check on it then I clicked on "Add" button and again added Cordova to the project which came with "green check" and then removed the red checked cordova.

    Cleaned the projects and now its working fine.

提交回复
热议问题