每1秒更新片段中的textview

时间:2018-09-13 12:11:46

标签: android android-fragments kotlin

我想每1秒更新一个片段中的textview.1秒后崩溃。任何帮助。 “ android.view.ViewRootImpl $ CalledFromWrongThreadException:只有创建视图层次结构的原始线程才能触摸其视图。”

   doAsync {
                timer.scheduleAtFixedRate(1000, 1000)
      { timing_of_task.text = (Date() - task!!.tasktimer!!.startTime).formatted() }

                    } 

1 个答案:

答案 0 :(得分:0)

您不能使用AsyncTask更改UI元素!

使用TimerTask