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

前端 未结 4 936
予麋鹿
予麋鹿 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:55

    The cordova.js file is generated by this command line

    cordova build iOS
    

    Or cordova build android from your project folder.

    Be careful to not copy and paste from a platform to another, the files are not the same !

    More info here

提交回复
热议问题