Could not find class 'android.app.AppOpsManager', referenced from method com.google.android.gms.common.GooglePlayServicesUtil.zza

前端 未结 1 1042
走了就别回头了
走了就别回头了 2020-12-11 02:10

Could not find class \'android.app.AppOpsManager\', referenced from method com.google.android.gms.common.GooglePlayServicesUtil.zza

Authorization failure. Please se

相关标签:
1条回答
  • 2020-12-11 02:52

    Well, if anyone is still wondering...I had the same issue and finally figured it out. AppOpsManager was added in API level 19. Make sure your targetSdkVersion in your AndroidManifest.xml is the right one.

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