xmck1

Results 2 comments of xmck1

运行后 BusUtils.post()报错: E/BusUtils: The bus of tag is not exists. E/BusUtils: Please check whether the bus plugin is applied.

测试了一下 新建demo使用同样的gradle版本 没出现问题;但我项目从旧版本更新过来的不知道怎么解决 1、 id 'com.blankj.bus' version 'latest.release' apply false 2、 implementation 'com.blankj:utilcodex:1.31.1' 3、 plugins { id 'com.android.application' id 'com.blankj.bus' } 2022-11-10 更新: demo测试结论:JDK11 不支持 JDK8可以