Disable image compression for a smaller APK file size

suggest change

If you are optimizing all images manually, disable APT Cruncher for a smaller APK file size.

android {

aaptOptions { cruncherEnabled = false }

}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents