Android的MD5指纹调试从调试密钥库失踪密钥、指纹、Android

2023-09-07 12:22:06 作者:我是我,不容复制

我建立了一个新的发展机并安装了Android SDK中。我试图获得Android的MD5指纹调试,但似乎无法得到它产生。我删除了debug.keystore创建一个新的,只有SHA1指纹是present。

I have built a new development machine and installed Android SDK. I tried to obtain the Android MD5 debug fingerprint but cannot seem to get it to generate. I have deleted the debug.keystore to create a new one and only the SHA1 fingerprint is present.

请指教

下面是我的debug.keystore内容:

Here is my debug.keystore contents:

C:>C:\\ Program Files文件\\的Java \\ jdk1.7.0 \\ BIN \\密钥工具-list -keystoreC:\\用户\\我\\ .android \\ debug.keystore输入密钥库密码:

c:>"C:\Program Files\Java\jdk1.7.0\bin\keytool" -list -keystore "C:\users\me\.android\debug.keystore Enter keystore password:

的**的 * 的**的 * 的* 警告警告警告的 * **的 * 的**的 * 的*存储在您的密钥库信息的完整性**尚未验证!为了验证其完整性,**您必须提供密钥存储的密码。 * * 的**的 * 的**的 * 的警告警告警告 * 的* *的 * 的**的 * 的

******* WARNING WARNING WARNING ******* * The integrity of the information stored in your keystore * * has NOT been verified! In order to verify its integrity, * * you must provide your keystore password. * ******* WARNING WARNING WARNING *******

仓库类型:JKS密钥库提供:SUN

Keystore type: JKS Keystore provider: SUN

您的密钥库包含1个条目

Your keystore contains 1 entry

androiddebugkey,2011年5月2日,PrivateKeyEntry,证书指纹(SHA1):F8:A5:0E:DD:61:5D:FC:86:D9:33:13:48:30:E0:EF:37:47:81:60:EF

androiddebugkey, May 2, 2011, PrivateKeyEntry, Certificate fingerprint (SHA1): F8:A5:0E:DD:61:5D:FC:86:D9:33:13:48:30:E0:EF:37: 47:81:60:EF

C:>

我运行Windows7的64位。该MD5指纹也没有出现在我的生产密钥库,我从previous系统(WindowsXP的SP3)的备份还原。

I am running Windows7 64 bit. The MD5 fingerprints are also not showing in my production keystore that I restored from a backup from the previous system (WindowsXP SP3).

推荐答案

我找到了答案。有对SO(链接)另一篇文章指出从

I found the answer. There is another post on SO (Link) that states that rolling back from

JDK-7-EA-斌-B140窗口-64

jdk-7-ea-bin-b140-windows-x64

的jdk-6u25-Windows的64位

jdk-6u25-windows-x64

解决这个问题。这为我工作!

resolves the issue. THIS WORKED FOR ME!

dranfi,你的答案是技术上是正确的,但是这就是我的第一个地方使用。

dranfi, your answer is technically correct, but that's what I used in the first place.

JDK-7-EA-斌-B140-Windows的64位显然有一些问题需要解决。

jdk-7-ea-bin-b140-windows-x64 obviously has some issues to resolve.

我也许应该说明在首位 - 抱歉的javaSDK版本!

I perhaps should have stated the javaSDK version in the first place -sorry!