APK Error - Missing META-INF/MANIFEST.MF

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By rp90

Please see my thread here:

https://www.reddit.com/r/godot/comments/eyux7k/apk_error_missing_metainfmanifestmf/

Getting this error when attempting to publish my APK to the playstore:

Error from apksigner: ERROR: JAR_SIG_NO_MANIFEST: Missing META-INF/MANIFEST.MF

I am using Godot 3.2, JDK8, my release.keystore is referenced in the export settings along with the password. I had no issues up until this step.

Did you find a solution? I am having the same problem, can you help?

hamza_memon | 2020-09-02 08:59

same problem here

rizalma | 2021-04-22 03:49

:bust_in_silhouette: Reply From: Bryan

Same problem here

Did you find a solution? I am having the same problem, can you help?

hamza_memon | 2020-09-02 08:59

:bust_in_silhouette: Reply From: kender99

I got past it using this APK signing tool
https://shatter-box.com/knowledgebase/android-apk-signing-tool-apk-signer/

I don’t understand what is happening or how it works, but it did.