如何获取SDK调试证书的MD5指纹。我在ubuntu中使用eclipse。 我的android密钥库路径是/home/ant000111/.android/debug.keystore。我了解他们的网站[http://code.google.com/android/add-ons/google-apis/mapkey.html#getfingerprint]
答案 0 :(得分:3)
打开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)