Search code examples
androidapkandroid-sdk-tools

Zipalign Successful. Can't find output apk file


enter image description here

I manually zipalign my APK file in my folder and then stated that my output APK file should also be saved inside that folder. Why does that file not show up in that folder, after verification?

I used the cmd line

zipalign -f -v 4 "APK Folder"/app.apk "APK Folder"/appzip.apk

I manually zipalign my APK file in the tools folder also, using the cmd line

zipalign -f -v 4 app.apk appzip.apk

enter image description here


Solution

  • Issue was fixed by running CMD as ADMIN, then running zipalign.exe