Firebase InstanceId: binding to the service failed: Kotlin

后端 未结 5 973
谎友^
谎友^ 2021-01-11 13:43

App successfully lanches but get this error message in debugging. FirebaseInstanceId: binding to the service failed

App Build Gradle:

android {
compi         


        
5条回答
  •  抹茶落季
    2021-01-11 13:58

    Please try to use an actual device. Per my observation, you'll get this kind of error when you use an emulator even though you've already downloaded all the required libraries related to Google Services. I was also able to see other errors from FirebaseInstanceId.

提交回复
热议问题