1. 首页
  2. 数据库
  3. 其它
  4. EventBus 3.1.1 爬坑

EventBus 3.1.1 爬坑

上传者: 2021-01-04 00:07:27上传 PDF文件 44.87KB 热度 12次
相信很多小伙伴在安卓开发中都用到了eventbus。 有没有遇到坑呢? Subscriber class *** and its super classes have no public methods with the @Subscribe annotation 在实际使用过程中,注册之后,会报找不到公共的注解方法,需要在注册的地方 实现一个公共注解方法 package com.skyworth.tenant.ui.base; import android.annotation.SuppressLint; import android.app.ActivityManager; import
用户评论