android AsyncTask错误
Only the original thread that created a view hierarchy can touch its views警告
由于 继承AsyncTask的类中? 重写的方法中doInBackground(String... params)? view更新操作,只要将view的更新操作放在onPostExecute(String result)方法中
发布时间: 2012-08-25 10:06:20 作者: rapoo
android AsyncTask错误
Only the original thread that created a view hierarchy can touch its views警告
由于 继承AsyncTask的类中? 重写的方法中doInBackground(String... params)? view更新操作,只要将view的更新操作放在onPostExecute(String result)方法中