Skip to content

Instantly share code, notes, and snippets.

@wendellmva
Last active August 29, 2015 14:21
Show Gist options
  • Save wendellmva/ddda39ca2bf2ddf8bcf4 to your computer and use it in GitHub Desktop.
Save wendellmva/ddda39ca2bf2ddf8bcf4 to your computer and use it in GitHub Desktop.
Getting started with Ionic for android
npm install ionic -g
npm install cordova -h
choco install android-sdk -y
// does not work, not permanently: Add manually
setx ANDROID_HOME=C:\Program Files (x86)\Android\android-sdk
setx PATH=%PATH%;%ANDROID_HOME%\tools;%ANDROID_HOME%\platform-tools
C:\Program Files (x86)\Android\android-sdk\tools\android.bat
// select android 22
ionic start FlareYARD.Mobile sidemenu
cd FlareYARD.Mobile
ionic platform add android
ionic build android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment