拥有密钥库密码,丢失了用于登录Android应用的密钥 [英] Have keystore password, lost key to sign Android app

查看:113
本文介绍了拥有密钥库密码,丢失了用于登录Android应用的密钥的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经看到很多有关丢失密钥库密码的帖子,但是我有 我的密钥库密码,但是丢失了私钥密码.现在,我无法使用该密钥签名,这是更新我的应用程序所必需的.我有什么可以做的吗?

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?

推荐答案

不,您无能为力.

apk必须使用与密钥库中完全相同的密钥库和配置文件进行签名.您不能简单地生成另一个具有相同密码和详细信息的密码.它不起作用.

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.

这篇关于拥有密钥库密码,丢失了用于登录Android应用的密钥的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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