Android Platform add with Ionic
Framework
Presented By SaravananK.R Date:08-03-16
Prerequisites
oIonic
oJava SDK
oAndroid SDK
oApache Ant
Ionic
oOpen cmd in administrator mode
o Type this command: npm install –g ionic cordova
o Create ionic project command: ionic start name
blank
oafter go to your project directory to add platform use
this command: ionic platform add android
Set path
JAVA
1. Go to your system properties in environment
variables
2. Open system variables to select path
3. Java_Home->C:program Filesjavajdk1.7.0
Apache ant
o After download apache ant
o open system variables to select path
oapache-ant-1.9.4bin;
oapply->ok
Android SDK
o As usual open your environment variables in
your computer
oOpen the sdk download files. We need two folder path
only set to user variables
o1.platform-tools 2.tools
Create ionic project
Add platform-android
Change logo, splash screen
o Default ionic project already created logo and
splash screen, so we can change our logo, splash
o Logo size is: 1024x1024
o Splash screen is: 2208x2208
oSplash screen is: 2208x2208
Build the project for Android
oAfter add logo to update use this command: ionic
resoruces
o After add logo to update use this command: ionic
resoruces
o After successfully build the project then run use this command:
ionic run android
Thankyou!
saravanandham@gmail.com
http://allaboutkrsaravanan.appspot.c
om/

Android platform add with ionic framework