首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

thread 过程 报错 can not creat handler inside thread

2012-07-04 
thread 进程 报错 can not creat handler inside thread参考:http://apps.hi.baidu.com/share/detail/3331

thread 进程 报错 can not creat handler inside thread

参考:http://apps.hi.baidu.com/share/detail/33316734

? ? ? ? new Thread(new Runnable() {

? ? ? ? ? ? @Override

? ? ? ? ? ? public void run() {

? ? ? ? ? ?Looper.prepare();?

?

? ? ? ? ? ?todo();?

? ? ? ? ? ?Looper.loop();

?

? ? ? ? ? ? }

?

? ? ? ? }).start();

?

热点排行