NoClassDefFoundError: com.google.firebase.perf.internal.RemoteConfigManager

后端 未结 1 2009
一个人的身影
一个人的身影 2021-01-05 23:55

I started to get the following crashed on Fabric:

Fatal Exception: java.lang.RuntimeException: An error occurred while executing doInBackground()
       at          


        
相关标签:
1条回答
  • 2021-01-06 00:10

    Looks like this is an known issue by Google and they are working on fix it:

    Please check this link for more detail: https://groups.google.com/forum/#!topic/firebase-talk/7Ccu-Zh8pdg

    My workaround was to downgrade library versions, below the configuration that work for me:

    'com.android.support:multidex:1.0.3'
    "com.google.firebase:firebase-core:15.0.2"
    "com.google.firebase:firebase-perf:15.0.0"
    "com.google.android.gms:play-services-gcm:15.0.1"
    

    I hope that help!

    0 讨论(0)
提交回复
热议问题