Python Forum
Google Developer console ERROR: JAR_SIG_NO_MANIFEST: Missing META-INF/MANIFEST.MF - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Google Developer console ERROR: JAR_SIG_NO_MANIFEST: Missing META-INF/MANIFEST.MF (/thread-7511.html)



How to zipalign a Apk with kivy buildozer? - kivyuser - Jan-13-2018

Hello im a beginner i have this information:



My path is cd ~/.buildozer/android/platform/android-sdk-21/build-tools/19.1.0/

the name of my apk is MyApplication-0.1-release-unsigned.apk

the path of apk is /home/kivy/Desktop/provaAPP/bin


Google Developer console ERROR: JAR_SIG_NO_MANIFEST: Missing META-INF/MANIFEST.MF - kivyuser - Jan-13-2018

I have create apk zip aligned with kivy/buildozer i have upload a apk in google developer console but when the download have finish i have this ERROR: JAR_SIG_NO_MANIFEST: Missing META-INF/MANIFEST.MF who help me?? thanks in advance


RE: Google Developer console ERROR: JAR_SIG_NO_MANIFEST: Missing META-INF/MANIFEST.MF - j.crater - Jan-13-2018

This doesn't seem to be a Python issue, so you may not get the right answer here.
Is at some point in your process a requirement to select/check V1(Jar Signature) and V2(Full APK Signature)? Select both, if you hadn't done so before. But I'm not sure whether that is the cause of the problem you encountered.


RE: How to zipalign a Apk with kivy buildozer? - Larz60+ - Jan-13-2018

What does this have to do with Python?
What is your question?


RE: Google Developer console ERROR: JAR_SIG_NO_MANIFEST: Missing META-INF/MANIFEST.MF - buran - Jan-13-2018

https://developer.android.com/studio/publish/app-signing.html

build with buildozer in release mode, then follow the steps from the link above to sign it manually
before one should use jarsigner, but now apksigner is the recommended tools for this prpose


RE: Google Developer console ERROR: JAR_SIG_NO_MANIFEST: Missing META-INF/MANIFEST.MF - kivyuser - Jan-14-2018

Thanks i have resolved the zipalign.Im a beginner i need now to create a keystore and sign apk but i no speak well english and i have to study in this days how do this operation thanks cheers