Skip to main content

Posts

Showing posts from November, 2014

Setup Cordova

Installing Cordova and setting it up for development. Step 1: Add JDK & JRE to Environment variable path Step 2: Add android sdk tools and platform tools to Environment Variables Step 3: Install Node http://nodejs.org/ Step 4: Go to Command prompt, type > npm (Check whether it exists) > node (Check whether it exists) Step 5: Install ANT http://ant.apache.org/manual/install.html Add ant path to environment variable as given in its documentation Step 6: Install Cordova Go to Command prompt, type > npm install -g cordova This will install cordova in your system. Next Steps  Refer  http://cordova.apache.org/docs/en/4.0.0/guide_cli_index.md.html#The%20Command-Line%20Interface Step 7 : To install plugins, install git if needed Check : Open cmd and check the result matches. SNO Command Result 1 Ant Build.xml not found 2 Npm –v 1.4.28 or whatever versi