Last active
August 29, 2015 14:21
-
-
Save wendellmva/ddda39ca2bf2ddf8bcf4 to your computer and use it in GitHub Desktop.
Getting started with Ionic for 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
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