Caused by: java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
在错误代码上下分别加上
Looper.prepare();
Looper.loop();
Caused by: java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
在错误代码上下分别加上
Looper.prepare();
Looper.loop();