简体   繁体   中英

Can't publish on Google Play Store

I have just finished and signed the apk through android studio, then I have did a signed apk. when I am trying to upload the apk to play store I got this error " You uploaded an APK that is not zip aligned. You will need to run a zip align tool on your APK and upload it again.

Try to update your sdk or you can run zipalign manually in command line

zipalign [-f] [-v] <alignment> infile.apk outfile.apk

Note that zipalign is located inside

${sdk.dir}\\tools

Link to zipalign: http://developer.android.com/tools/help/zipalign.html

try cross check that you didn't uploaded debug version cross check the following link. http://developer.android.com/tools/publishing/app-signing.html#releasecompile

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM