I have followed the instructions from here Creating an application with the embedding API and have integrated the cross walk library which works well and displays a remote website url successfully. But the .apk file size jumped to 61.8MB from 21.8MB . I have also enable proguard rules for crosswalk inside my application. Is there any way to reduce the size of apk?(at least to the Google Play 50MB limit)
Crosswalk builds for 2 types of arch: x86 and armv7. Libraries for each of them has weight about 20M. So in sum you get ~40M.
There are 2 options to decrease final build size:
For the 1st option you can check my example on Github. Repository contains example of Crosswalk embedding and some build flavors to build as x86, armv7 or combined.
For the 2nd option you can check official information here.
Some data regarding sizes of Crosswalk version:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With