首页 > 代码库 > 错误BUG解决:Can't create handler inside thread that has not called Looper.prepare()
错误BUG解决:Can't create handler inside thread that has not called Looper.prepare()
我在自定义ContentProvider中,遇到了这个错误:
原因在于:
我在要分享数据的程序中创建数据库的弹出了一个土司,这个土司在主线程中,在第二个程序中,向数据库中添加数据的时候导致其挂了。
切记:不要在主线程中更新UI。
错误BUG解决:Can't create handler inside thread that has not called Looper.prepare()
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。