You uploaded an APK that is not zip aligned error

前端 未结 7 1071
执笔经年
执笔经年 2020-12-03 04:39

I have just finished and signed the apk through android studio, then I have did an apk protect through apkprotect.com when I am trying to upload the apk to play store I go

7条回答
  •  死守一世寂寞
    2020-12-03 05:27

    I was using Cordova, uploaded a signed APK but still got this error.

    The ziptool is what helped me, it's located at ~AndroidSDK\build-tools\24.0.0\zipalign.exe

    So for example :

    "~\AndroidSDK\build-tools\24.0.0\zipalign.exe" -f -v 4 android-release-signed.apk android-release-signed-zipaligned.apk
    

提交回复
热议问题