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

前端 未结 12 924
野的像风
野的像风 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:03

    Not sure if this helps but I had the same issue using Android sdk 19 and it was driving me insane. I dont use Firebase (at least not purposefully) I am not sure why, but the error ceased when I set "minifyEnabled true" in the gradle config.

    I see you have yours commented out in your releases section.

提交回复
热议问题