Slippery Rock University Dr. Deborah Whitfield Go Browns!

Phone Gap Chapter 1: Introduction to PhoneGap
Cross-Platform Mobile App Development
CpSc 215

Basic Installations (CLI)
android list sdk Android Software Development Kit 8
javac –version Java Development Kit Compiler (not JRE) 8
ant –version Java Build (Make) Tool 8
node –v Cross-Platform JavaScript Runtime Environment 8
phonegap –version Phonegap Command Line Interface 9

First Use (CLI)
phonegap create hello creates a project in CWD – cd hello 9
phonegap platform add android set up to build an Android project 10
phonegap emulate android run it in an emulator 11
alt start the emulator, then: phonegap run android
alt phonegap serve, then use a browser

Phonegap.com (desktop)