Created
July 15, 2014 05:44
-
-
Save marczhermo/8d62f137d2a8a76d2333 to your computer and use it in GitHub Desktop.
gist via android
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
phonegap create --name "Test App" --id "com.phonegap.test-app" testApp | |
Then delete the ff inside www | |
css folder | |
img folder | |
js folder | |
index.html file | |
paste you code inside www | |
update index.html and add script code: | |
<script type="text/javascript" src="cordova.js"></script> | |
cordova platforms add android | |
cordova build android | |
cordova emulate android |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment