android.view.ViewRootImpl$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.
时间:2015-02-11 20:36:17
收藏:0
阅读:694
1
runOnUiThread(new Runnable() { @Override public void run() { // TODO Auto-generated method stub Log.i(tag, "will-success-update"); adapter.addItem((Will)reason); } });
Done
原文:http://www.cnblogs.com/xingyyy/p/4286911.html
评论(0)