我想每1秒更新一个片段中的textview.1秒后崩溃。任何帮助。 “ android.view.ViewRootImpl $ CalledFromWrongThreadException:只有创建视图层次结构的原始线程才能触摸其视图。”
doAsync {
timer.scheduleAtFixedRate(1000, 1000)
{ timing_of_task.text = (Date() - task!!.tasktimer!!.startTime).formatted() }
}
答案 0 :(得分:0)
您不能使用AsyncTask更改UI元素!
使用TimerTask