1) 运行Eclipse,打开Preferences对话框,在Android -> build中可以看到Keystore的存放路径:例如:C:\Users\XXX\.android\debug.keystore

2) 运行 cmd , 敲入 keytool -list -v -alias androiddebugkey -keystore "C:\Users\XXX\.android\debug.keystore" -storepass android -keypass android

p.s. 尤其记得加上-v 要不然下面会报错 “The fingerprint you entered is not valid. Please press the Back button on yo”

http://stackoverflow.com/questions/5102219/to-display-the-google-map-on-the-emmulator

回车从众多信息中选出:MD5 finger print

3) 打开 http://code.google.com/intl/zh-CN/android/maps-api-signup.html , 输入 MD5 码, 点击 Generate API Key

4) 在页面中即可获得 Google Map API Key

(没有遇到)
如果 debug.keystore 过期,需要进行以下操作:
删除.android 目录中的 debug.keystore 文件,用eclipse run android application 会生成新的keystore

更多相关文章

  1. 安全新手入坑——HTML标签
  2. Nginx系列教程(四)| 一文带你读懂Nginx的动静分离
  3. Activity的“伪对话框”
  4. Android(安卓)AlertDialog ————普通对话框
  5. Android(安卓)使用MediaPlayer播放本地视频
  6. Android(安卓)Setting网络配置界面,删除已隐藏UI的快速搜索
  7. android源码中的c c++库( android中动态和静态版本都有的库)
  8. Android(安卓)签名之使用命令行给apk签名
  9. android 调用系统自带的设置时间日期对话框

随机推荐

  1. android 图片处理 Matrix,ColorMatrix
  2. [014] Android应用程序签名详解
  3. ArcGIS for Android(安卓)离线数据图例加
  4. Android批量打包-如何一秒内打几十个apk
  5. android 应用生命周期 及应用重要性
  6. android Adapter体系
  7. 在windows上编译jrtplib 3.9.1和jthread
  8. Android中px、dip、sp的区别
  9. 没错,你可以移动式编码了:4款最好的Android
  10. android页面跳转与传值