Have keystore password, lost key to sign Android app [duplicate]

前提是你 提交于 2019-12-04 06:15:19

问题


I've seen a lot of posts about losing keystore passwords, but I have my keystore password but lost a private key password. Now, I can't sign using that key, which is required to update my app. Is there anything I can do?


回答1:


No, there is nothing you can do.

The apk must be signed with the exact same keystore and profile within the keystore. You cannot simply generate another one with the same password and details. It will not work.

You will have to publish your app again with a new keystore and under a different package name, or remember your password.



来源:https://stackoverflow.com/questions/15635974/have-keystore-password-lost-key-to-sign-android-app

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