Плагин с идентификатором com.google.gms.google-services не найденAndroid

Форум для тех, кто программирует под Android
Anonymous
Плагин с идентификатором com.google.gms.google-services не найден

Сообщение Anonymous »

Я перешел по этой ссылке, чтобы интегрировать рекламу в свое приложение. Но отображается эта ошибка:

Изображение


Это мой build.gradle:

Код: Выделить всё

apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'
android {
compileSdkVersion 24
buildToolsVersion "24.0.2"

defaultConfig {
applicationId "com.example.personal.numbermania"
minSdkVersion 10
targetSdkVersion 24
versionCode 1
versionName "1.0"
}
buildTypes {
debug
{
debuggable true
}
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:design:24.2.1'
compile 'com.google.firebase:firebase-ads:9.6.0'

}

}
реклама не отображается на реальном устройстве. Пожалуйста, помогите мне
Это моя ошибка после того, как я обновил путь к классам
ошибка

Подробнее здесь: https://stackoverflow.com/questions/398 ... -not-found

Вернуться в «Android»