【发布时间】:2018-05-15 15:59:05
【问题描述】:
这太可悲了。
implementation 'com.google.android.gms:play-services-location:15.0.1' // Error
implementation 'com.google.android.gms:play-services-maps:15.0.1'
implementation 'com.google.android.gms:play-services-places:15.0.1'
implementation 'com.google.firebase:firebase-messaging:15.0.2'
这行implementation 'com.google.android.gms:play-services-location:15.0.1' 导致错误。
错误:任务 ':app:processDebugGoogleServices' 执行失败。 请通过更新 google-services 插件的版本(有关最新版本的信息可在 https://bintray.com/android/android-tools/com.google.gms.google-services/ 获得)或将 com.google.android.gms 的版本更新到 15.0.1 来修复版本冲突。
它来自谷歌吗?
【问题讨论】:
-
请添加您的项目级gradle
-
我认为在您的项目级 gradle 中添加 classpath 'com.google.gms:google-services:3.3.0' 将解决您的问题
标签: android android-gradle-plugin