博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Can't create handler inside thread that has not called Looper.prepare()
阅读量:6291 次
发布时间:2019-06-22

本文共 135 字,大约阅读时间需要 1 分钟。

问题:使用了thread,asyncTask在其中使用了toast等更新ui

解决办法:1.使用handler来发送消息,在主线程中更新ui

       2.在报错的方法前加上Looper.prepare();   末尾加上Looper.loop();

 

 

REFERENCES:

转载地址:http://lucta.baihongyu.com/

你可能感兴趣的文章
将Oracle的语言从中文修改为英文
查看>>
matlab编译错误代码中英对照
查看>>
Python 元组
查看>>
hbase(ERROR: org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet)
查看>>
[ZJOI2010]count 数字计数
查看>>
多校4 1001 Olympiad
查看>>
hdu1085 Holding Bin-Laden Captive!
查看>>
hdu4811 Ball
查看>>
Docker实践--搭建Yapi测试平台
查看>>
align-content 与 align-items 区别
查看>>
a链接中,name属性的应用
查看>>
Java精选笔记_多线程(创建、生命周期及状态转换、调度、同步、通信)
查看>>
java Session统计在线用户,并且显示在线用户
查看>>
spring boot集成jpa(mysql)
查看>>
js实现的玫瑰花
查看>>
大话设计模式之责任链模式
查看>>
记录libreoffice实现office转pdf(适用于windows、linux)
查看>>
Python爬虫入门这一篇就够了
查看>>
彻底卸载Cygwin
查看>>
【转】安卓开发一个月之心得(广告平台篇)
查看>>