【问题标题】:Getting the MD5 Fingerprint of the SDK Debug Certificate获取 SDK Debug 证书的 MD5 指纹
【发布时间】:2012-02-05 17:55:42
【问题描述】:
如何获取 SDK Debug 证书的 MD5 指纹。我在 ubuntu 中使用 eclipse。
我的 android 密钥库路径是 /home/ant000111/.android/debug.keystore。我不太了解他们的网站[http://code.google.com/android/add-ons/google-apis/mapkey.html#getfingerprint]
【问题讨论】:
标签:
android
certificate
md5
【解决方案1】:
打开eclipse路径--点击window-preferences-android-build path--/home/name/.android/debug.keystore
打开终端--cd /home/name/.android/
复制keytool并粘贴。
您获得 MD5 证书并放入 xml 文件并在 google api 设备中运行应用程序..
keytool -list -alias androiddebugkey -keystore debug.keystore -storepass android -keypass android
(assuming you are running this in the directory where your debug keystore resides, which is ~/.android on Ubuntu)