我收到了一些崩溃报告,我不确定是什么原因造成的.
只是在最近的更新中才开始发生这种情况.这可能意味着它之前没有发生或我介绍它.与网络唯一相关的是注册Android Manifest中检查网络的权限.
无论如何,我希望你能指出我的方向.这是崩溃报告.
java.lang.RuntimeException: Error receiving broadcast Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x10000000 (has extras) } in maps.z.bz@405d7d40
at android.app.LoadedApk$Receiverdispatcher$Args.run(LoadedApk.java:722)
at android.os.Handler.handleCallback(Handler.java:587)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:123)
at android.app.ActivityThread.main(ActivityThread.java:3691)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:847)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:605)
at dalvik.system.NativeStart.main(Native Method)
Caused by: java.lang.IllegalArgumentException: Receiver not registered: maps.z.bz@405d7d40
at android.app.LoadedApk.forgetReceiverdispatcher(LoadedApk.java:610)
at android.app.ContextImpl.unregisterReceiver(ContextImpl.java:853)
at android.content.Contextwrapper.unregisterReceiver(Contextwrapper.java:331)
at maps.z.bz.onReceive(UnkNown Source)
at android.app.LoadedApk$Receiverdispatcher$Args.run(LoadedApk.java:709)
... 9 more
解决方法:
如果您将Maps V2 api与旧版(修订版4)和新版(3.0.25)Google Play服务版一起使用,则会发生这种情况.
Google似乎打破了向后兼容性,因此如果人们升级他们的Google Play服务,那么随旧库发布的应用程序将被破坏.
此时你有两种可能性:
>发布新版本的应用并更新到新库
>恢复旧地图
我已经提出了一张票,Google已经承认了这一点:
http://code.google.com/p/gmaps-api-issues/issues/detail?id=5025&thanks=5025&ts=1362047877
请将其加注星标以获得Google的更高优先级.