Search code examples
androidgoogle-playapkpublishingzipalign

How to check if apk is zip aligned?


Is there any possibility to check if an apk file is zip aligned?


Solution

  • I just found the verification command: zipalign -c -v 4 application.apk

    From here : ZipAlign verification