错误:GoogleService无法初始化,名称为google_app_id的字符串资源中缺少google app id值

时间:2018-12-24 16:38:03

标签: android

我不断收到这些错误,我添加了google-services.json,但没有成功。任何解决方案

  

2018-12-24 15:53:50.411 9349-11227 /? E / FA:GoogleService未能初始化,状态:10,名称为google_app_id的字符串资源中缺少google app ID值。

     

2018-12-24 15:53:50.416 9349-11227 /? E / FA:缺少google_app_id。 Firebase Analytics已禁用。

     

2018-12-24 15:53:50.423 9349-11227 /? E / FA:无法上传。应用测量已禁用

这是我正在使用的Gradle文件。

  repositories {
    google()
    jcenter()
}
dependencies {
    classpath 'com.android.tools.build:gradle:3.2.1'
    classpath 'com.google.gms:google-services:4.0.1'

    // NOTE: Do not place your application dependencies here; they belong
    // in the individual module build.gradle files
}

}

compileSdkVersion 28
defaultConfig {
    applicationId "com.example.calcounter.instagramclone"
    minSdkVersion 23
    targetSdkVersion 28
    versionCode 1
    versionName "1.0"
    testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
    release {
        minifyEnabled false
        proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
    }
}

}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.google.firebase:firebase-auth:11.8.0'
implementation 'com.google.firebase:firebase-database:11.8.0'
implementation 'com.google.firebase:firebase-storage:11.8.0'
implementation 'com.github.bumptech.glide:glide:4.8.0'
implementation 'de.hdodenhof:circleimageview:2.2.0'
implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.+'
implementation 'com.rengwuxian.materialedittext:library:2.1.4'

testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

}

应用插件:“ com.google.gms.google-services”

0 个答案:

没有答案