Updating Apache Cordova to the latest version only takes a few minutes. Below are the steps (taken from Cordova) needed to update your > 3.0 projects to the latest version (3.5 as of this post).
In a command / terminal run:
-
npm install -g cordova - Now go to into your project (ie: c:\projects\test) and run:
-
cordova platform update android (or ios)
You can update your plugins by removing / adding them again like:
cordova plugin rm org.apache.cordova.file
cordova plugin add org.apache.cordova.file
That’s it. Now you should have an up to date environment.
PhoneGap is a great framework for creating cross platform apps (Android, iOS, BB, WM, etc.) using HTML, CSS, and JavaScript and uses Apache Cordova™. Installing and testing on Windows takes little setup, below I’ve tried to cover all of the steps needed to get going. My setup / guide below uses Windows 7, 64 bit, it seems like many steps, but in reality is pretty easy.


