Google GTM依赖项错误

时间:2017-04-17 09:07:19

标签: java android

我使用GTM并有一个问题,请帮帮我

app build.gradle

SELECT

项目 build.gradle

UNION

错误:任务':app:processDebugGoogleServices'执行失败。

  

请通过更新google-services插件的版本(https://bintray.com/android/android-tools/com.google.gms.google-services/提供有关最新版本的信息)或将com.google.android.gms的版本更新为9.0.0来修复版本冲突

感谢〜

1 个答案:

答案 0 :(得分:1)

您应该纠正build.gradle

无需

compile project(':library_googlemap') // Remove this line

<强>最后

  compile 'com.google.android.gms:play-services-maps:10.2.1'
  compile 'com.google.firebase:firebase-core:10.2.1'
  compile 'com.google.android.gms:play-services-tagmanager:10.2.1'