November 18, 2014

Install PhoneGap/Cordova on Windows

An excellent tutorial covering all steps of installation: http://mariusbancila.ro/blog/2014/08/11/lessons-learned-from-trying-phonegap-cordova-on-windows/   You need to install Java, NodeJS, Android SDK, Ant and Eclipse and create environment variables to make it work. This article covers all details very well. Enjoy  
November 15, 2014

Install or Update PhoneGap

Install To Install, ensure that you have NodeJS installed, then open your command line and run the following: C:\> npm install -g phonegap Once installation completes, you can invoke phonegap on command line for further help. Usage $ phonegap create my-app $ cd my-app $ phonegap run android Update $ […]