最佳答案
错误:
任务“:App:ProcessDebugGoogleServices ”执行失败。请 通过更新的版本来修复版本冲突。 Google-services插件(关于最新版本的信息是 在这里提供) 或者将com.Google.android.GMS的版本更新到8.3.0。
我已经做了所有我发现的事情。
dependencies {
// This does not break the build when Android Studio is missing the JRebel for Android plugin.
classpath 'com.zeroturnaround.jrebel.android:jr-android-gradle:1.0.+'
classpath 'com.android.tools.build:gradle:2.0.0-alpha3'
classpath 'com.google.gms:google-services:2.0.0-alpha3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
在应用程序Gradle中
compile 'com.google.android.gms:play-services:8.4.0'