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

◇◆丶佛笑我妖孽 提交于 2020-01-14 13:05:47

问题


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

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

I have created keystore everything. What would be the reason? Any manifest error?


回答1:


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. Then I moved the signed apk to a different directory to run zipalign and publish to the Play store.



来源:https://stackoverflow.com/questions/9045119/no-manifest-jar-is-unsigned-signatures-missing-or-not-parsable

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!