简体   繁体   English

Java Eclipse火星-删除的Debug.Keystore-错误

[英]Java Eclipse Mars - Deleted Debug.Keystore - By Mistakenly

I made a new android application and uploaded on the google play store. 我制作了一个新的android应用程序,并上传到了Google Play商店。 Now i have a big problem. 现在我有一个大问题。 I created a new key overwriting the old one. 我创建了一个新密钥来覆盖旧密钥。 The old debug.keystore file is replaced with the new one. 旧的debug.keystore文件将替换为新的。 Which means the old certificate has been gone. 这意味着旧证书已不存在。

Now i have the old MD5 and SHA1 key saved in a text file. 现在,我将旧的MD5和SHA1键保存在文本文件中。 Is it possible to create a key file using the MD5 and SHA1 i have it already ? 是否可以使用已经拥有的MD5和SHA1创建密钥文件? Google is asking for the same certificate as i had earlier or i won't be able to publish updates. Google要求的证书与我以前获得的证书相同,否则我将无法发布更新。

http://prntscr.com/9vho29 http://prntscr.com/9vho29

The old debug.keystore file is replaced with the new one. 旧的debug.keystore文件将替换为新的。 Which means the old certificate has been gone. 这意味着旧证书已不存在。

AFAIK, you cannot publish an app on the Play Store that uses a debug keystore. AFAIK,您无法在使用调试密钥库的Play商店上发布应用。

If you mean you replaced your production keystore, simply restore that keystore from your most recent backup, as talented developers maintain good backups of their development environment. 如果您是要替换生产密钥库,则只需从最新的备份中还原该密钥库,因为有才华的开发人员会维护其开发环境的良好备份。

Is it possible to create a key file using the MD5 and SHA1 i have it already ? 是否可以使用已经拥有的MD5和SHA1创建密钥文件?

No. 没有。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM