I cannot view crash detail of Firebase Crashlytics for android and got stuck on “Build and run your app”

后端 未结 4 831
春和景丽
春和景丽 2021-01-13 01:36

I try to setup Firebase Crashlytics after done setup Firebase.

The crashes was sent successfully.

Which I can see them in firebase dashboard.

<
4条回答
  •  Happy的楠姐
    2021-01-13 02:01

    Try updating your dependencies according to the Get Started page.

    It should be something like:

    implementation 'com.google.firebase:firebase-core:16.0.7'
    implementation('com.crashlytics.sdk.android:crashlytics:2.9.9')
    

    Remove the line:

    transitive = true;

提交回复
热议问题