- Ionic/Angular Javascript Frameworks
- Cordova CLI 7.0.1
- Android Platform 6.2.3 22
- Node version 6.9.2
Install node and cordova. Download android SDK from the official website and setup its environment in the system. All the useful links are copied at the end
ionic serve
ionic cordova build android --release
1.Toast Install: cordova plugin add https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin.git Reference: https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin
-
Device cordova plugin add cordova-plugin-device Reference: https://cordova.apache.org/plugins/
-
File cordova plugin add cordova-plugin-file
-
filepath cordova plugin add cordova-plugin-filepath
-
Splashscreen cordova plugin add cordova-plugin-spashscreen
-
Pushmnotification cordova plugin add https://github.com/phonegap-build/PushPlugin.git Referencs: https://github.com/phonegap-build/PushPlugin