jxuin 发表于 2013-1-30 04:28:14

android AsyncTask错误

Only the original thread that created a view hierarchy can touch its views警告
由于 继承AsyncTask的类中  重写的方法中doInBackground(String... params)  view更新操作,只要将view的更新操作放在onPostExecute(String result)方法中
页: [1]
查看完整版本: android AsyncTask错误