Hi,
Why I am starting to see 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
**
when I try to archive an Android package?
I contacted Google and they told me it's nothing to do with the certificate..
Thanks,
Jassim
Answers
I already tried:
zipalign.exe -v -p 4 C:\Temp\zipalign\com.jafaria.app.apk C:\Temp\zipalign\com.jafaria.app-aligned.apk
but when I upload the com.jafaria.app-aligned.apk I get:
You uploaded an APK with an invalid signature (learn more about signing). Error from apksigner: ERROR: JAR_SIG_NO_MANIFEST: Missing META-INF/MANIFEST.MF
Have you followed the offcial document to release a apk ?
Yes of course and I am getting the API but my problem comes when I upload the APK
Sorry so late to reply, have you resolved this question?
https://github.com/xamarin/xamarin-android/issues/3324#issuecomment-509374234
Hi, having the same issue with, I need to push a new build to existing app on the Google Play store, when I try to upload my myapp.apk I'm getting the same 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."