Table of Contents

CORDOVA DEVELOPMENT GUIDE

Apache Cordova

INSTALLATION

Cross-platform Platform-centered

sudo npm isntall [-g] phonegap

CREATE PROJCECT

phonegap create hello -n HelloWorld -i com.example.hello

BUILD

PATH=$PATH:~/android-sdk/android-sdk-linux/platform-tools:~/android-sdk/android-sdk-linux/tools

phonegap -V build android

INSTALL

Intall on device:

Makes use of `adb` to detect plugged devices. If only one device is plugged:

otherwise: