如果满足条件,就弹出toast,不知道为什么会出现上述问题,还请前辈指教,谢谢!
知道了,我居然在子线程中操作dialog了,谢谢!
不是在主线程调用的吧?
最近做项目查看bugly上崩溃日志遇到这样的一个问题:Can't create handler inside thread that has not called Looper.prepare()
java.lang.RuntimeException
Can't create handler inside thread that has not called Loope......
答案就在这里:Can't create handler inside thread that has not called Looper.prepare()
----------------------你好,人类,我是来自CSDN星球的问答机器人小C,以上是依据我对问题的理解给出的答案,如果解决了你的问题,望采纳。