How to install Cordova/Phonegap

|
| By Webner

Steps to install cordova/phonegap

To install cordova from command line, follow these steps

Download and install Node.js

Command :

$ sudo apt-get install node.js

Node.js is a runtime system for creating server-side applications.

Download and install npm

Command:

$ sudo apt-get install npm

npm is the package manager for node.js

Install cordova using npm

Command:

$ sudo npm install -g cordova

-g above tells npm to install cordova globally

To run emulator using cordova

Command:

$sudo apt-get install ia32-libs

Cordova requires android sdks to run their project. For this, download android sdk from
Click

Command:

cordova platform add android

Webner Solutions is a Software Development company focused on developing CRM apps (Salesforce, Zoho), LMS Apps (Moodle/Totara), Websites and Mobile apps. If you need Web development or any other software development assistance please contact us at webdevelopment@webners.com

Leave a Reply

Your email address will not be published. Required fields are marked *