Update your old Cordova / PhoneGap project with the new version of Cordova

I have an application that I made a year ago, I want to update. I want to use the latest version of cordova (2.7.0). An existing application launches 1.7.0. Can I just replace the cordova.js files in my project with new ones?

I tried to follow the command line rules to update the project, but I just can't do this with my limited command line knowledge.

Any help would be greatly appreciated! Thanks!

+4
source share
2 answers

Here is the Cordova Update Guide (for iOS).

+1
source

To update the Android Phonegap project:

phonegap platform update android 
0
source

Source: https://habr.com/ru/post/1479309/


All Articles