android.app.AppOpsManager not find in android project

三世轮回 提交于 2020-01-05 08:00:51

问题


I'm developing an Android application with Android Studio. I have added the package Google Maps for including the maps in my project. I have done everything to do this,create the key and the signature in the developer console,add the key in the manifest and the "google-play-services" package through gradle. But,when I launch the app,I have this error:

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

Why? I haven't found any fix for this issue on web.However,the app works and shows the map inside my activity.

来源:https://stackoverflow.com/questions/30239097/android-app-appopsmanager-not-find-in-android-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!