これが示す続けエラーです:エラー:実行は、タスクに失敗しました ':アプリ:processDebugGoogleServices'
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
compile "com.google.android.gms:play-services-gcm:9.2.0"
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.google.android.gms:play-services-gcm:11.0.0'
compile 'com.facebook.android:facebook-android-sdk:4.26.+'
compile 'com.android.support:appcompat-v7:26.0.2-alpha'
compile 'com.android.support:design:26.+'
compile 'com.google.firebase:firebase-auth:11.0.2'
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha7'
compile 'com.android.support:support-v4:26.+'
compile 'com.google.firebase:firebase-database:10.0.1'
testCompile 'junit:junit:4.12'
}
apply plugin: 'com.google.gms.google-services'