java.lang.NoClassDefFoundError: com.google.firebase.FirebaseOptions

前端 未结 12 942
野的像风
野的像风 2020-12-05 04:32

I was getting this weird error on my google developer console. So i used google Cloud Test Lab to See whats really happening. turns out my app is failing on almost all devic

12条回答
  •  青春惊慌失措
    2020-12-05 05:05

    I found a solution that worked for me. I was importing whole google play services 9.0.1 library. The temporary workaround is to import only the APIs that your app actually needs. You can get the whole list of APIs here.

提交回复
热议问题