进程里面动态设置ui报错 解决方案: xxxActivity.this.runOnUiThread(new Runnable() { @Override public void run() { //动态设置ui } ...