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

android AsyncTask异常

2012-08-25 
android AsyncTask错误Only the original thread that created a view hierarchy can touch its views警告

android AsyncTask错误

Only the original thread that created a view hierarchy can touch its views警告

由于 继承AsyncTask的类中? 重写的方法中doInBackground(String... params)? view更新操作,只要将view的更新操作放在onPostExecute(String result)方法中

热点排行