Fatal Exception: java.lang.SecurityException: InvalID API Key for package = [package_name] .Status code received = -1 at androID.os.Parcel.readException(Parcel.java:1540) at androID.os.Parcel.readException(Parcel.java:1493) at com.Google.androID.gms.common.internal.zzu$zza$zza.zza(UnkNown Source) at com.Google.androID.gms.common.internal.zzd.zzqz(UnkNown Source) at com.Google.androID.gms.internal.zzpw$zzc.zzapl(UnkNown Source) at com.Google.androID.gms.internal.zzpw$zzf.run(UnkNown Source) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:422) at java.util.concurrent.FutureTask.run(FutureTask.java:237) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) at com.Google.androID.gms.internal.zzrn.run(UnkNown Source) at java.lang.Thread.run(Thread.java:818)
这种情况在AndroID版本之间没有任何相关性,即它影响来自不同制造商和不同AndroID版本(5.x-6.x)的设备.这些设备没有root,看起来像在Stock ROM上工作. 10%的用户出现此问题.
我确信我使用的是正确的API密钥,否则我可以在自己的设备上看到崩溃,是吗?
有没有人面临同样的问题?
解决方法 有一个错误错误地将网络 *** 作中的一些错误错误地认证为应用程序,因为表明API密钥未正确设置,即使实际错误是其他错误.这已在内部修复,并将在下一个Google Play服务版本中推出.目前,最好的解决方法是在调用Googleapiclient.connect()的线程上添加UncaughtExceptionHandler.如果在主线程上调用Googleapiclient.connect(),则可以通过Looper.myLooper().getThread()获取Thread实例.
总结以上是内存溢出为你收集整理的android – Google Awareness API抛出SecurityException全部内容,希望文章能够帮你解决android – Google Awareness API抛出SecurityException所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)