Skip to content

Instantly share code, notes, and snippets.

@jackypanster
Last active December 13, 2016 07:32
Show Gist options
  • Save jackypanster/9d51625e7a8351055bd891a14a49f432 to your computer and use it in GitHub Desktop.
Save jackypanster/9d51625e7a8351055bd891a14a49f432 to your computer and use it in GitHub Desktop.
cordova command example
# Examples
cordova create myApp org.apache.cordova.myApp myApp
cordova plugin add cordova-plugin-camera --save
cordova platform add android --save
cordova requirements android
cordova build android --verbose
cordova run android
cordova build android --release -- --keystore="..\android.keystore" --storePassword=android --alias=mykey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment