码迷,mamicode.com
首页 > 其他好文 > 详细

错误BUG解决:Can't create handler inside thread that has not called Looper.prepare()

时间:2014-12-24 18:05:24      阅读:174      评论:0      收藏:0      [点我收藏+]

标签:

我在自定义ContentProvider中,遇到了这个错误:

技术分享

原因在于:

我在要分享数据的程序中创建数据库的弹出了一个土司,这个土司在主线程中,在第二个程序中,向数据库中添加数据的时候导致其挂了。

切记:不要在主线程中更新UI。




错误BUG解决:Can't create handler inside thread that has not called Looper.prepare()

标签:

原文地址:http://blog.csdn.net/chenfuduo_loveit/article/details/42126565

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!