使用绿色机器人事件总线时出现错误
E/AndroidRuntime(2537): Caused by: de.greenrobot.event.EventBusException: Subscriber class com.example.MyActivity has no public methods called onEvent
细节:
我正在加载包含一个包含 10 个子片段的片段的 Activity,而不是调用 我在该片段的父活动中调用EventBus.getDefault().register(this);
的每个嵌套(子)片段。register