android - Reduce Cordova Chrome App (cca) APK Size -
I have put together a Chrome app using polymers and want to install it on the Android platform. I have successfully followed the steps listed here, compiled and deployed SDK:
The problem is that my Chrome app is only 37k, and the compiled SDK is 37Mb. World Sample also tried to compile and found a similar file size.
I have guessed that there will be some upper parts, it seems remarkably high. I am assuming this because the CCA command line automatically pulls in all the required plugins, which you may need, even though I am using very little (if any) of them.
Is there a way to reduce the size of the file on the app built with CCA - or is it only a limitation while it is in its initial developer preview steps?
Cheers!
manifest.mobile.json and Rebuild your project, (see for problem solving). You You can read more information from us, but we must know
You should know that even on the latest Android KitKat 4.4.3, the system will not run polymer components without webview polypill. Most polymer apps slow down the dog without the crosswalk webview (since chrome / 36 polymer components are the first version to run basically).
Hope you will help you evaluate your options, and hopefully we can apt shape the apes!
Comments
Post a Comment