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

后端 未结 4 787
春和景丽
春和景丽 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条回答
  •  臣服心动
    2021-01-13 02:27

    I had the same problem.I was working in an old project with the old Fabric Crashlytics and Google Analytics

    So, this are the steps I did to see the screen in Firebase of "Installation successful!"

    1. Delete everything related to Fabric from the project-level build.gradle
    2. Delete everything related to Fabric from the app-level build.gradle
    3. Search and delete all calls to Crashlytics within the project
    4. Clean Project
    5. Build Project
    6. and finally, start again following the steps from this link

    The first 4 steps were the most important in my case. They cleaned every trace of the Fabric library that I had previously installed.

提交回复
热议问题