首页 > 学院 > 开发设计 > 正文

错误汇总博客

2019-11-08 00:26:35
字体:
来源:转载
供稿:网友

1.在使用Handler发消息的时候,在TimerTask的run方法中,每执行一次run方法,就发一次,遇到的错误为:The specified message queue synchronization barrier token has not been posted or has already been removed.

解决办法为:在UI线程的Handler的handleMessage方法中,更新UI之前加入this.obtainMessage();即可。


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表