“Unable to get provider com.google.firebase.provider.FirebaseInitProvider” Error path Android

后端 未结 6 920
死守一世寂寞
死守一世寂寞 2020-12-15 17:06

I have an Application which is connected to firebase.The problem is when install the app in device(working on several devices).I read a lot of forums and no one works.I read

6条回答
  •  旧巷少年郎
    2020-12-15 17:30

    If you have recently changed the firebase dependency version in your gradle you may need to update to the latest version of Google Repository in the Android SDK manager as well.

    If you cannot update the Google Repository at the time, try changing the gradle dependency version back to lower.

提交回复
热议问题