Google Maps V2连接问题的问题

时间:2013-02-28 19:07:15

标签: android google-maps broadcastreceiver

我收到了一些崩溃报告,我不确定是什么导致了这些报告。

仅在最近的更新中才开始发生这种情况。这可能意味着它之前没有发生或我介绍它。与网络唯一相关的是注册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

1 个答案:

答案 0 :(得分:3)

如果您将Maps V2 api与旧版(修订版4)和新版(3.0.25)Google Play服务版一起使用,则会发生这种情况。

谷歌似乎打破了向后兼容性,所以如果人们升级他们的Google Play服务,那么随旧库发布的应用程序将会被破坏。

此时你有两种可能性:

  1. 发布新版应用并更新到新库
  2. 恢复旧地图
  3. 我已经提出了一张票,谷歌已经承认了这一点:

    http://code.google.com/p/gmaps-api-issues/issues/detail?id=5025&thanks=5025&ts=1362047877

    请将其加注星标以获得Google的更高优先级。