Iam unable to figure this out. My apk size has increased by at least another MB since the last release. Yes, I have added some new code and couple of vector assets thats it. But there is this drawable-xxxhdpi-v4 which got added to my apk and my png images are repeated there. Take a look.
Has anybody faced this?I just cant seem to figure out why is this hapenning. Its not even like these are new images. The old ones which were 0 bytes in this folder are now occupying space.
Yes. When you compile with Coccoon.io an android version of your app, it happens the same. The size of the app is increased at double. This is not only due to folders like this, but for the libraries Coccoon puts on the app for cordova.
Barryrowe, I tried using a 2048x2048 icon but I still see the same problem. Can you give more details on what you changed to get this to work? Inside the generated APK I still see the largest icon is 192x192 in the res/drawable-xxxhdpi-v4/ folder, regardless of source icon size.
3a8082e126