| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
PhoneGap Android is an Android application library that allows for PhoneGap based projects to be built for the Android Platform. PhoneGap based applications are, at the core, an application written with web technology: HTML, CSS and JavaScript.
The PhoneGap developer tooling is split between general tooling and project level tooling.
General Commands
./bin/create [path package activity] ... create the ./example app or a phonegap android project ./bin/bench ............................ generate a bench proj ./bin/autotest ......................... test the cli tools ./bin/test ............................. run mobile-spec
Project Commands
These commands live in a generated PhoneGap Android project.
./phonegap/debug [path] ..................... install to first device ./phonegap/emulate .......................... start avd (emulator) named default ./phonegap/log .............................. starts logcat
Start avd (emulator) named default:
./bin/emulate
Create the example project and build it to the first device:
./bin/create cd example ./phonegap/debug
Start adb logcat (console.log calls output here):
./phonegap/log
./bin/test
./bin/create ~/Desktop/myapp com.phonegap.special MyApp
| Back | FazBrowse Home | New Git URL |