mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-22 00:32:55 +08:00
fix for the readme
This commit is contained in:
parent
c3cd44c04c
commit
4934877515
@ -20,14 +20,14 @@ Getting Started with PhoneGap/Android
|
|||||||
|
|
||||||
./droidgap <android_sdk_path> <name> <package_name> <www> <path>
|
./droidgap <android_sdk_path> <name> <package_name> <www> <path>
|
||||||
|
|
||||||
Params:
|
Params:
|
||||||
|
<pre>
|
||||||
android_sdk_path ... The path to your Android SDK install.
|
android_sdk_path ... The path to your Android SDK install.
|
||||||
name ............... The name of your application.
|
name ............... The name of your application.
|
||||||
package_name ....... The name of your package (For example: com.nitobi.demo)
|
package_name ....... The name of your package (For example: com.nitobi.demo)
|
||||||
www ................ The path to your www folder. (Wherein your HTML, CSS and JS app is.)
|
www ................ The path to your www folder. (Wherein your HTML, CSS and JS app is.)
|
||||||
path ............... The path to generate the application.
|
path ............... The path to generate the application.
|
||||||
|
</pre>
|
||||||
|
|
||||||
Thats it!
|
Thats it!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user