FirebaseInstanceId: Google Play services missing or without correct permission

后端 未结 4 1357
夕颜
夕颜 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 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.

提交回复
热议问题