Created
October 11, 2010 22:43
-
-
Save aaronmcadam/621365 to your computer and use it in GitHub Desktop.
Command and instructions for setting up a new phonegap-android project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# IMPORTANT! Use Ruby 1.9.1 | |
# command that works for creating a new phonegap-android project | |
ruby bin/droidgap classic "C:/android-sdk/android-sdk-windows" TestGap TestGap.com "C:/www" "C:/phonegap/projects/TestGap" | |
# Open Eclipse and File -> New -> Project. Then choose Android -> Android Project. Give your project a name, click the radio button for "Create project from existing source", and browse to your generated project folder. | |
# Don't forget to add the phonegap.jar to your project. Expand the libs folder and then right-click on phonegap.jar and choose "BuildPath -> Add to Build Path" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Command and instructions for setting up a new phonegap-android project