我不记得我的android debug.keystore密码
我怎样才能看到我的debug.keystore密码? 我在3或4个月前input了密码,现在我不记得了。 我非常需要,因为我的地图应用程序不显示在我的设备上的地图。
如果不可能,我该如何重新创build新的debug.keystore? 请帮帮我。 thans
通常debug.keystore
密码只是“ android ”。
您可以删除它,Eclipse将自动生成一个新的,如下所述。
debug.keystore文件的默认configuration:
Keystore name: "debug.keystore" Keystore password: "android" Key alias: "androiddebugkey" Key password: "android" CN: "CN=Android Debug,O=Android,C=US"
这个文件在哪里?
对于Windows用户:C:\ Users \ username.android \ debug.keystore
对于Mac OS用户:〜/ .android / debug.keystore
使用命令提示符通过以下命令获得SHAH1后:
keytool -list -v -keystore“C:\ Users \ username.android \ debug.keystore”-alias androiddebugkey -storepass android -keypass android
注意:上面的答案刚刚提供了android studio默认configuration的信息,可以访问debug.keystore(debugging证书)文件,如果你想要自己的密码和configuration,你可以让你自定义证书。
再次,你可以生成你的谷歌API密钥。 您的.keystore文件将在Eclipse中,Windows – >首选项 – > Android – >生成 – >默认debugging密钥库path将在那里。 您只需使用该.keystore并使用以下链接重新生成您的API密钥:
http://lokeshatandroid.blogspot.in/2012/05/obtaining-google-maps-api-key.html
如果您不确定以前是否设置了密码,请尝试只input空密码。 它为我工作。