Since I updated to Android Studio 3.6 two things has happened to my release APK:
It has grown from 60mb to 102mb
zipalign.exe does not successfully alignment to 4
- My app uses native libraries, and using verbose output from zipalign it seems the .so files are the files which isn't successfully zipaligned.
However, when I inspect the APK from Android Studio, it says that the downloaded size is still 60mb.
It seems something in the release management has changed, but I cannot find any info on what has changed.
Does anyone know what has changed?
Should I perform some action?