undoing those changes for target on joes' recommendation

This commit is contained in:
Dave Johnson
2010-06-28 16:19:54 -07:00
committed by Joe Bowser
parent 707738c3ee
commit 8e7ce8780e
2 changed files with 5 additions and 5 deletions
+1 -2
View File
@@ -19,10 +19,9 @@ Getting Started with PhoneGap/Android
1. From the root of this repo run the following command to generate a new PhoneGap/Android app:
<pre>
./droidgap [android_sdk_path] [target] [name] [package_name] [www] [path]
./droidgap [android_sdk_path] [name] [package_name] [www] [path]
android_sdk_path ... The path to your Android SDK install.
target ......................The target version of the Android platform (3, 4, 6, 7, 8 correspond to 1.5, 1.6, 2.0.1, 2.1, 2.2).
name ............... The name of your application.
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.)