이 링크 를 따라 내 앱에 광고를 통합했습니다. 그러나 다음 오류가 표시됩니다.
이것은 내 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'
}
}
광고가 실제 장치에 표시되지 않습니다. 제발 도와주세요 이것은 내가 클래스 경로 오류를 업데이트 한 후 내 오류입니다
google services json
콘솔 개발자로부터 파일 을 생성하여 디렉토리에google
넣으면됩니다app
.