【异常】Only the original thread that created a view hierarchy can touch its views.
非主线程不能直接刷新主线程的界面,否则就会报
android.view.ViewRoot$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.
发布时间: 2012-09-01 09:33:03 作者: rapoo
【异常】Only the original thread that created a view hierarchy can touch its views.
非主线程不能直接刷新主线程的界面,否则就会报
android.view.ViewRoot$CalledFromWrongThreadException: Only the original thread that created a view hierarchy can touch its views.