FirebaseInstanceId: Google Play services missing or without correct permission

后端 未结 4 1340
夕颜
夕颜 2021-02-13 12:26

My app keeps crashing but I can\'t figure out why. Can someone please tell me

My Gradle:

apply plugin: \'com.android.application\'

android {
    compile         


        
相关标签:
4条回答
  • 2021-02-13 12:59

    Yes Its needed the real device you prefer real android device for check your build.you can use usb connect with android phone and debug mode you can also see error.

    0 讨论(0)
  • 2021-02-13 13:06

    Try running on real Device, the problem is related to emulators or genymotion virtual machines.

    check that you have google play services installed.

    0 讨论(0)
  • 2021-02-13 13:11

    Download google play service sdk and add ACCESS_FINE_LOCATION permission in manifest if not added.

    0 讨论(0)
  • 2021-02-13 13:18

    I had the same error while using Google Maps on my device. The problem was Google Map Service were not installed in my emulator.

    Simply add google play services on your emulator. It will clear your problem.

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