Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
howto:install_ionic_framework [2014/05/15 16:47] yehudahowto:install_ionic_framework [2022/01/03 16:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== How to install Ionic Framework ======
  
-  - Install [[http://msysgit.github.io/|msysgit]] - You should select option "Use git from Windows command prompt" +  - Install [[http://msysgit.github.io/|msysgit]] - You should select option "Use git from Windows command prompt" {{ :howto:git-use-from-command.png?300 |}} 
-  - Install [[http://nodejs.org/|Node.js]]+  - Install [[http://nodejs.org/|Node.js]] {{ :howto:nodejs-site.png?200 |}}
   - Install [[http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html|JDK]]   - Install [[http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html|JDK]]
-  - Install [[http://ant.apache.org/bindownload.cgi|ANT]]+  - Download [[http://ant.apache.org/bindownload.cgi|ANT]]  
 +  - Extract ANT to c:\development\ant
   - Install Android SDK [[http://developer.android.com/sdk/index.html?hl=sk|Android SDK]] - Click "Download the bundle"   - Install Android SDK [[http://developer.android.com/sdk/index.html?hl=sk|Android SDK]] - Click "Download the bundle"
-  - Extract bundle to c:\android\adt-bundle.....zip (you can use for extraction [[http://www.7-zip.org/|7-zip]]) +  - Add system varibole "JAVA_HOME" to ...where youv installed jdk.. ( [[http://www.wikihow.com/Set-Java-Home|How to set Java_Home]] ) 
-  - Rename it to c:\android\bundle +  - Extract bundle to c:\development\bundle-adt.....zip (you can use for extraction [[http://www.7-zip.org/|7-zip]]) 
-  - Add to PATH variable ";C:\android\bundle\sdk\platform-tools;C:\android\bundle\sdk\tools"+  - Rename it to c:\development\bundle-adt 
 +  - 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   - click start -> run -> cmd
-  - go to  "C:\android\bundle" 
   - execute "npm install -g cordova ionic"   - execute "npm install -g cordova ionic"
 +  - go to  "C:\android\bundle-adt"
 +  - run "SDK Manager"
 +  - go to Tools menu -> Manage AVDs
 +  - Click new
 +  - Write AVD Name: AVD1 
 +  - Select device: Nexus 5
 +  - select skin: Skin with dynamic controls
 +  - click ok
 +
 +
 +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
howto/install_ionic_framework.1400172464.txt.gz · Last modified: 2022/01/03 16:03 (external edit)
Back to top
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0