mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +08:00
slightly better docs
This commit is contained in:
parent
65cf68b5d2
commit
efe021916e
19
README.md
19
README.md
@ -15,13 +15,24 @@ PhoneGap/Android Developer Tools
|
|||||||
|
|
||||||
Tools for developers building mobile apps using PhoneGap for Android.
|
Tools for developers building mobile apps using PhoneGap for Android.
|
||||||
|
|
||||||
Commands:
|
Commands
|
||||||
|
|
||||||
./bin/create [path package activity]
|
./bin/create [path package activity] ... create a phonegap/android project
|
||||||
./bin/debug [path]
|
./bin/debug ............................ install to first device
|
||||||
|
./bin/emulate .......................... start emulator named default
|
||||||
|
./bin/log .............................. starts logging to stdout
|
||||||
|
./bin/test ............................. run mobile-spec
|
||||||
|
|
||||||
|
Usage
|
||||||
|
|
||||||
|
# start avd (emulator) named 'default'
|
||||||
./bin/emulate
|
./bin/emulate
|
||||||
./bin/log
|
|
||||||
|
|
||||||
|
# create the exmaple project and build it to the first device
|
||||||
|
./bin/create && cd example && ./../bin/debug
|
||||||
|
|
||||||
|
# start logging to stdout
|
||||||
|
./bin/log
|
||||||
|
|
||||||
Importing a PhoneGap/Android app into Eclipse
|
Importing a PhoneGap/Android app into Eclipse
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user