3)接下来就要找到你目前AVD的debug.keystore的位置,windows->perferences->android->build, default debug keystore文本框中,列出C:/Documents and Settings/XXXXuser/.android/debug.keystore
4)在cmd下,进入C:/Documents and Settings/XXXXuser/.android目录 执行命令如下: keytool -list -alias androiddebugkey -keystore debug.keystore
密码输入 :android ----------这个是默认密码
那么得到了MD5指纹------搞定
通过浏览器访问http://code.google.com/android/maps-api-signup.html 进入页面会有个协议,选择同意,并把你刚刚得到MD5指纹复制到方框中单击Generate API Key按钮,就进入另一个页面,会提示你登录,登录后,就会显示你想要的信息了,注意:如果使用的是IE浏览器,则会显示乱码,建议可以使用Firefox或者谷歌的浏览器我的apiKey: xml <com.google.android.maps.MapView android:layout_width="fill_parent" android:layout_height="fill_parent" android:apiKey="0yxPVuoWg4JGeXCpA3WaJCnbiR2lLfCC_yCTqfA" />