丢失旧密钥库,需要使用新密钥库签署应用程序
可能的重复:
我丢失了我的 .keystore 文件!
我丢失了发布于 的 Android 应用程序的旧密钥库市场。我不想用不同的包重新发布它。
- 我可以通过签名的原始旧 apk 获取旧证书吗?
- 我可以使用多个密钥库对 apk 进行签名吗?
Possible Duplicate:
I lost my .keystore file!
I have lost the old keystore for Android app published on Market. I don't want to republish it with different package.
- Can I get old certificate through signed original old apk?
- Can I signed the apk with multiple keystore?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,公私密钥安全机制是专门为了避免能够重建证书而设置的。
如果您丢失了密钥库,那么您基本上就陷入困境了。
始终备份您的密钥库并将其存储在安全的地方(或多个地方)。
No, public-private key security mechanism are setup specifically to avoid being able to reconstruct the certificate.
If you've lost your keystore then you're basically stuck.
Always backup your keystore and store it in a secure place (or places).