无法显示布料的仪表板

时间:2019-04-26 10:06:34

标签: android firebase crashlytics google-fabric

我已经安装了结构,集成的jar文件和API密钥。

我安装了Fabric插件,登录,崩溃解析,答案和崩溃。

在gradle中,我在AndroidManifest中添加了2个元数据。

 <meta-data
        android:name="io.fabric.ApiKey"
        android:value="***" />

    <meta-data
        android:name="firebase_crashlytics_collection_enabled"
        android:value="false" />

我在项目gradle中添加了maven和...。

maven {
        url 'https://maven.fabric.io/public'
    }
classpath 'com.google.gms:google-services:4.2.0'
classpath 'com.google.firebase:firebase-plugins:1.2.0'
classpath 'io.fabric.tools:gradle:1.28.1'

我已完成所有必要的工作,但是结构仪表板未显示。 3个步骤均未采取,但我已全部完成。

enter image description here enter image description here enter image description here enter image description here

1 个答案:

答案 0 :(得分:0)

来自Fabric / Firebase的凯文-您是否正在与Fabric或Firebase Crashlytics说明(https://fabric.io/kits/android/crashlytics/installhttps://firebase.google.com/docs/crashlytics/get-started?platform=android)集成?

如果您使用应用程序的软件包名称和此文章的链接与support@fabric.io联系,我们可以仔细研究您的应用程序的启动过程中出了什么问题。