android.view.ViewRoot$CalledFromWrongThreadException:

后端 未结 3 1887
灰色年华
灰色年华 2021-01-07 12:48

I\'m getting an error in my logcat stating:

java.net.UnknownHostException: apps.example.com
09-13 14:57:28.970: W/System.err(3823): android.view.ViewRoot$Cal         


        
3条回答
  •  情歌与酒
    2021-01-07 13:33

    You are trying to update an UI element from a Thread that is not the UI Thread.

提交回复
热议问题