What does unaligned mean in an APK file in Qt/Android? -


when build android package using qt creator, receive 2 apk files. 1 named qt-debug.apkand 1 named qt-debug-unaligned.apk. what's difference between them?

"unaligned" means not zip-aligned ...

zip-aligned process optimize apk size thats all...

zipalign archive alignment tool provides important optimization android application (.apk) files. purpose ensure uncompressed data starts particular alignment relative start of file


Comments