没有清单. jar是未签名的. (签名丢失或无法解析) [英] no manifest. jar is unsigned. (signatures missing or not parsable)

查看:371
本文介绍了没有清单. jar是未签名的. (签名丢失或无法解析)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我使用keytool签名我的android应用时,会出现上述错误.

When I sign my android app using keytool, it gives above mentioned error.

没有清单. jar是未签名的. (签名丢失或无法解析)

no manifest. jar is unsigned. (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

从我的离子项目目录之外.当我从离子项目的根源运行它时,它就起作用了.然后,我将签名的apk移到另一个目录,以运行zipalign并将其发布到Play商店.

from outside of the directory of my ionic project. When I ran it from the root of the ionic project, it worked. Then I moved the signed apk to a different directory to run zipalign and publish to the Play store.

这篇关于没有清单. jar是未签名的. (签名丢失或无法解析)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆