【发布时间】:2013-04-12 22:06:02
【问题描述】:
我为我的android application 生成了MD5 和SHA fingerprint。然后我去谷歌获取map api for android with SHA。因为我在 google 中没有看到任何地方可以使用MD5 获取 api。即使我在manifest file 中设置INTERNET permission 并定义我的布局如下,我的活动中也看不到谷歌地图
<com.google.android.maps.MapView
android:id="@+id/mapview1"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:enabled="true"
android:clickable="true"
android:apiKey="AIzaSyCfaFYAg1ql6hHN..."
此外,我在一篇文章中看到,如果我获得带有 SHA 指纹的 api 密钥,它将无法正常工作。但谷歌只要求 SHA 获取 api 密钥。
【问题讨论】:
标签: android google-maps google-maps-api-3 android-widget