android笔记--Cannot execute task: the task has already been executed (a task can be executed only once)

这个解决思路:

每次执行任务的时候重新创建一个新的AsyncTask子类的对象,然后调用它的excute方法就行。

原文地址:https://www.cnblogs.com/xiaozu/p/4492300.html