how to find cordova.jar in latest version of phonegap 2.9.1?

前端 未结 4 1016
予麋鹿
予麋鹿 2021-02-09 01:43

I download latest version phonegap-2.9.1 zip file but it not contain cordova.jar and when i search on google the i got on answer like navigate folder to lib/android/framework d

4条回答
  •  轮回少年
    2021-02-09 01:49

    It seems that in cordova 2.9.1 (and I assume also in phonegap) they made the same change as in version 3.3 :

    There is no more cordova.jar, instead you have the sources of cordova in src\org\apache\cordova\api.

    So if you use eclipse, you have to re-do "import existing android project" with your project's path and it should now find two projects, one for your app and one for the cordova api.

提交回复
热议问题