FirebaseInstanceId: Google Play services missing or without correct permission

后端 未结 4 1366
夕颜
夕颜 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条回答
  •  猫巷女王i
    2021-02-13 13:11

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

提交回复
热议问题