相关疑难解决方法(0)

java.lang.SecurityException:尝试在未经许可的情况下读取gservices

我最近更改adMob 6.4.1为Google Play服务rev 15,刚刚收到我不明白的新崩溃报告的通知:

java.lang.SecurityException: attempting to read gservices without permission: Neither user 10158 nor current process has com.google.android.providers.gsf.permission.READ_GSERVICES.
at android.os.Parcel.readException(Parcel.java:1425)
at android.os.Parcel.readException(Parcel.java:1379)
at xs.a(SourceFile:133)
at xo.a(SourceFile:133)
at xo.a(SourceFile:118)
at ud.d(SourceFile:88)
at ud.b(SourceFile:129)
at ua.a(SourceFile:239)
at ua.a(SourceFile:176)
at aas.a(SourceFile:118)
at abz.run(SourceFile:14)
at acb.run(SourceFile:30)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1080)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573)
at java.lang.Thread.run(Thread.java:856)
Run Code Online (Sandbox Code Playgroud)

我做了一些研究,所有结果都已过时,或与Google+/Google地图相关,我在应用中都没有使用.

我从未在admob的GPS开发者指南中随处阅读,我需要添加 READ GSERVICES权限...

谁知道这是关于什么的?

java android google-play-services

15
推荐指数
1
解决办法
1万
查看次数

标签 统计

android ×1

google-play-services ×1

java ×1