Android 如何修复错误:任务执行失败';:app:processDebugGoogleServices';

Android 如何修复错误:任务执行失败';:app:processDebugGoogleServices';,android,android-gradle-plugin,gradle-plugin,Android,Android Gradle Plugin,Gradle Plugin,如何修复 Error:Execution failed for task ':app:processDebugGoogleServices'. > No matching client found for package name 'com.talada.myapplication' 我将'com.google.android.gms:play services gcm:8.4.0'更改为'com.google.android.gms:play services gcm:8.3.0'和d

如何修复

Error:Execution failed for task ':app:processDebugGoogleServices'.
> No matching client found for package name 'com.talada.myapplication'
我将'com.google.android.gms:play services gcm:8.4.0'更改为'com.google.android.gms:play services gcm:8.3.0'和distributionUrl=https://services.gradle.org/distributions/gradle-2.12-all.zip 分配=https://services.gradle.org/distributions/gradle-2.10-all.zip

不工作

build.gradle(应用程序)

build.gradle(项目)

gradle-wrapper.properties

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-all.zip
编译

dependencies {
        compile 'com.google.android.gms:play-services:9.6.1'
}
移除

apply plugin: 'com.google.gms.google-services'

它与另一个android studio项目一起工作吗?
dependencies {
        compile 'com.google.android.gms:play-services:9.6.1'
}
apply plugin: 'com.google.gms.google-services'