简体   繁体   English

没有清单。 jar 未签名。 (签名丢失或不可解析)

[英]no manifest. jar is unsigned. (signatures missing or not parsable)

When I sign my android app using keytool , it gives above mentioned error.当我使用keytool签署我的 android 应用程序时,它给出了上述错误。

no manifest.没有清单。 jar is unsigned. jar 未签名。 (signatures missing or not parsable) (签名丢失或不可解析)

I have created keystore everything.我已经创建了密钥库。 What would be the reason?原因是什么? Any manifest error?任何明显错误?

I just received this same issue myself and it occurred when I tried to run我自己刚刚收到了同样的问题,它发生在我尝试运行时

jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore

from outside of the directory of my ionic project.从我的离子项目目录之外。 When I ran it from the root of the ionic project, it worked.当我从 ionic 项目的根运行它时,它起作用了。 Then I moved the signed apk to a different directory to run zipalign and publish to the Play store.然后我将签名的 apk 移动到不同的目录以运行 zipalign 并发布到 Play 商店。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google Play说我的APK缺少清单。 为什么? - Google Play says my APK is missing Manifest. Why? 错误:无法执行应用程序和处理清单。 - Error: Failed to execute app and processing manifest. 错误:“清单中未找到版本代码。” - Error: "Version code not found in manifest." 处理清单失败。 任务':app:processDebugResources'的执行失败 - failed processing manifest. Execution failed for task ':app:processDebugResources' Firebase软件包名称与清单中的名称不同。 我可以改变吗? - Firebase package name is not same as in manifest. Can I change it? Android:解析清单时解析错误。停止安装 - Android: Parse error when parsing manifest. Discontinuing installation Google Play 说由于清单问题,我的应用与平板电脑的某些运营商型号不兼容。 什么? - Google Play says my app is incompatible with some carrier models of a tablet due to manifest. What? 我想将两个apk文件合并为一个,然后在一个清单中注册两个文件。 (机器人) - I want to combine two apk file to form one and register both in one manifest. (android) 关于android的Kotlin:找不到主要的合并清单。 导致此错误的原因是什么? - Kotlin on android: Cannot find main merged manifest. What is causing this error? 获取错误 JAR_SIG_NO_MANIFEST:推送 apk 文件时缺少 META-INF/MANIFEST.MF - Getting Error JAR_SIG_NO_MANIFEST: Missing META-INF/MANIFEST.MF when pushing an apk file
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM