添加Google地图活动后,Android内置错误

时间:2017-07-16 17:46:15

标签: android google-maps

我有一个完美运行的android项目,直到我使用android studio中的内置活动添加了Google地图活动, 错误是 enter image description here

此文件中出现错误: enter image description here

我搜索了这个错误,解决方案是我需要sdk工具构建等于app compat,但我已经有了这个: enter image description here

1 个答案:

答案 0 :(得分:0)

尝试在Gradle模块文件

上添加此项
compile 'com.google.android.gms:play-services-maps:10.2.1'
compile 'com.google.android.gms:play-services:10.2.1'
compile 'com.google.android.gms:play-services-location:10.2.1'

您是否确定已将Google API密钥添加到应用程序中?