适用于即时应用的Firebase分析

时间:2018-02-21 12:12:09

标签: android firebase-analytics android-instant-apps

我在应用firebase分析集成时遇到以下错误

02-21 17:32:59.447 12786-12786/? E/FA: GoogleService failed to initialize, status: 10, Missing google app id value from from string resources with name google_app_id.
    02-21 17:32:59.447 12786-12786/? E/FA: Scheduler not set. Not logging error/warn
    02-21 17:32:59.535 12786-12837/? E/FA: Missing google_app_id. Firebase Analytics disabled.

设置详情如下:

基础模块:

added google-services.json to base module.
apply plugin: 'com.google.gms.google-services'
api "com.google.firebase:firebase-core:${MOBILE_GMS_LIBRARY_VERSION}"
api 'com.google.gms:google-services:3.0.0'

应用模块:

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

有什么建议吗?

3 个答案:

答案 0 :(得分:1)

添加strings.xml

<string name="google_app_id">x:xxxxxx:android:xxxx</string>

答案 1 :(得分:0)

02-21 17:32:59.535 12786-12837/? E/FA: Missing google_app_id. Firebase Analytics disabled.

我认为这是例外,要解决此问题,请尝试在Firebase项目中启用Firebase Analytic,然后根据您的包文件下载最新的Google.json文件,然后将其应用到您的Android项目中。

答案 2 :(得分:0)

Google Issuetracker

好消息!工程师已修复 google-services 版本3.2.1中的Gradle同步失败问题。

我确认评论#3中提供的项目可以成功 使用&#39; com.google.gms:google-services:3.2.1&#39;。

编译