Category Archives: Phonegap
Fix cordova update problems
The best solution is to A. remove all existing installations of cordova, node and npm. Then B. reinstall latest node C. update npm D. install latest cordova A. To uninstall node and npm follow the steps – 1. Uninstall from Programs & Features with the uninstaller. 2. Reboot (or you probably can get away with […]
Create Android Phonegap 3.x Application on Windows “The Easy Way”
1. Install Node.js from link 2. Download and unzip ant at a preferred directory. Download from link 3. Create the following environmental variables in windows ANT_HOME set to the unzipped ant directory JAVA_HOME set to the installed jdk folder (Not Jre) [Ensure that ANT_HOME and JAVA_HOME variables are set, and that they do not have […]