Google 地图背景未显示在我的设备/模拟器中。首先我创建了 1. 证书指纹 MD5 (SHA1)。2.服务下的API 控制台 - Google Maps Android API v2 和 Places API 已激活 3. 我得到了 API 密钥,我将 api 密钥放在我的布局文件中。
<?xml version="1.0" encoding="utf-8"?>
<com.google.android.maps.MapView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/map"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:apiKey="Api key from google"
android:clickable="true" />
清单文件...
地图看起来像这样。 模拟器上的地图图像。(印象笔记分享链接不是垃圾邮件)