本站已关停,现有内容仅作科研等非赢利用途使用。特此声明。
查看: 1171|回复: 0
打印 上一主题 下一主题

launcher中加入widget模拟时钟(AnalogClock)导致launcher崩溃

[复制链接]
跳转到指定楼层
1#
发表于 2014-4-1 13:09:17 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
自己做了一个launcher,通过系统widget选择器选择了模拟时钟添加在launcher中,每当时间有变化时launcher都会崩溃:

crash log如下:
其中com.mylauncher.allappsview.allappslaunchermodel是我的数据缓存类

03-25 10:00:00.135: E/AndroidRuntime(10161): FATAL EXCEPTION: com.mylauncher.allappsview.allappslaunchermodel
03
-25 10:00:00.135: E/AndroidRuntime(10161):java.lang.RuntimeException: Error receiving broadcast Intent { act=android.intent.action.TIME_TICK flg=0x40000014 (has extras) } in android.widget.AnalogClock$1@416b2750
03-25 10:00:00.135: E/AndroidRuntime(10161):    at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:768)
03-25 10:00:00.135: E/AndroidRuntime(10161):    at android.os.Handler.handleCallback(Handler.java:725)
03-25 10:00:00.135: E/AndroidRuntime(10161):    at android.os.Handler.dispatchMessage(Handler.java:92)
03-25 10:00:00.135: E/AndroidRuntime(10161):    at android.os.Looper.loop(Looper.java:137)
03-25 10:00:00.135: E/AndroidRuntime(10161):    at android.os.HandlerThread.run(HandlerThread.java:60)
03-25 10:00:00.135: E/AndroidRuntime(10161): Caused by: android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.
03-25 10:00:00.135: E/AndroidRuntime(10161):    at android.view.ViewRootImpl.checkThread(ViewRootImpl.java:4746)
03-25 10:00:00.135: E/AndroidRuntime(10161):    at android.view.ViewRootImpl.invalidateChildInParent(ViewRootImpl.java:854)
03-25 10:00:00.135: E/AndroidRuntime(10161):    at android.view.ViewGroup.invalidateChild(ViewGroup.java:4077)
03-25 10:00:00.135: E/AndroidRuntime(10161):    at android.view.View.invalidate(View.java:10379)
03-25 10:00:00.135: E/AndroidRuntime(10161):    at android.view.View.invalidate(View.java:10334)
03-25 10:00:00.135: E/AndroidRuntime(10161):    at android.widget.AnalogClock$1.onReceive(AnalogClock.java:250)
03-25 10:00:00.135: E/AndroidRuntime(10161):    at android.app.LoadedApk$ReceiverDispatcher$Args.run(LoadedApk.java:758)
03-25 10:00:00.135: E/AndroidRuntime(10161):    ... 4 more
ChinaGDG.com
回复

使用道具 举报

*滑动验证:
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

快速回复 返回顶部 返回列表