Python Forum

Full Version: Google Developer console ERROR: JAR_SIG_NO_MANIFEST: Missing META-INF/MANIFEST.MF
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
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.
What does this have to do with Python?
What is your question?
https://developer.android.com/studio/pub...gning.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
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