This is an old revision of the document!
How to install Ionic Framework
- Install msysgit - You should select option “Use git from Windows command prompt”
- Install Node.js
- Install JDK
- Download ANT
- Extract ANT to c:\development\ant
- Install Android SDK Android SDK - Click “Download the bundle”
- Add system varibole “JAVA_HOME” to …where youv installed jdk.. ( How to set Java_Home )
- Extract bundle to c:\development\bundle-adt…..zip (you can use for extraction 7-zip)
- Rename it to c:\android\bundle
- Add to PATH variable “;c:\development\bundle-adt\sdk\platform-tools;c:\development\bundle-adt\sdk\tools;c:\development\ant\bin;%JAVA_HOME%\bin”
- click start → run → cmd
- go to “C:\android\bundle”
- execute “npm install -g cordova ionic”
Create example:
- start cmd ( Start → run → cmd )
- Go to development folder
- ionic start myApp tabs
- cd myApp
- ionic platform add android
- ionic build android
- ionic emulate android