Skip to content

Instantly share code, notes, and snippets.

@marczhermo
Created July 15, 2014 05:44
Show Gist options
  • Save marczhermo/8d62f137d2a8a76d2333 to your computer and use it in GitHub Desktop.
Save marczhermo/8d62f137d2a8a76d2333 to your computer and use it in GitHub Desktop.
gist via android
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