Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 550 Bytes

File metadata and controls

20 lines (16 loc) · 550 Bytes

myIonicNotes

Note app built with ionic and cordova framework. App is using local storage to store data.

##node version 4.2

##This project is available for ios and Android 5.0.0 and 5.0.1

  1. Add Android to ionic $ ionic platform add android
  2. Check cordova Android version or add cordova $ cordova platform version android
  3. Install Android SDK API 21 package $ android
  4. Make sure project.properties file has 'target=android-21'
  5. Compile Android code $ ionic build android
  6. Run Android $ ionic run andriod