When I use cordova, it’s work but the size of APK is not like crosswalk-lite. It seems ionic build with crosswalk although I use crosswalk-lite. Below is what I do:
ionic browser add crosswalk
ionic build android # <-- generate APK with size 26 MB
ionic run android # <-- generate APK with size 26 MB
but when
ionic browse revert android
ionic browser add crosswalk-lite
ionic build android # <-- still generate APK with size 26 MB
ionic run android # <-- still generate APK with size 26 MB
And:
ionic info
Cordova CLI: 5.0.0
Gulp version: CLI version 3.9.0
Gulp local:
Ionic CLI Version: 1.5.0
Ionic App Lib Version: 0.1.0
ios-deploy version: Not installed
ios-sim version: 3.1.1
OS: Mac OS X Yosemite
Node Version: v0.12.4
Xcode version: Xcode 6.3.2 Build version 6D2105
agreed. I use ionic cli 1.5.0 and apk size still ~22MB.
I starting with tabs template, and adding crosswalk-lite, and build it.
The apk size ~22MB and ~50MB after installed.
I’d love to see an option to reduce android size.
My app is 5MB for iOS and 25MB for Android due to crosswalk
If I don’t bundle crosswalk, performance is horrible in Android