Why is Fabric not initialized? java.lang.IllegalStateException: Must Initialize Fabric before using singleton()

后端 未结 8 581
误落风尘
误落风尘 2021-02-06 22:26

I set up Firebase Crashlytics according to Get started with Firebase Crashlytics for my Android app (using Android studio 3.1.3). On my own device as well as on the Emulator, ev

8条回答
  •  囚心锁ツ
    2021-02-06 22:43

    If you migrated from Fabric.io to Firebase, there must be some lines you need to DELETE from AndroidManifest.xml

            
            
    

    With those lines, the Crashlytics plugin can NOT be initialized correctly by Firebase.

提交回复
热议问题