Disable image compression for a smaller APK file size
suggest changeIf you are optimizing all images manually, disable APT Cruncher for a smaller APK file size.
android {
aaptOptions { cruncherEnabled = false }
}
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents