Green Robot Event Bus ライブラリのインデックスを追加する場所/時期:
EventBus.builder().addIndex(new MyEventBusIndex()).installDefaultEventBus();
ここで説明されているように?この onCreate() メソッドをランチャー アクティビティに配置しましたが、時々次のようになります。
Caused by: org.greenrobot.eventbus.h: Default instance already exists. It may be only set once before it's used the first time to ensure consistent behavior.
どこが間違っていますか?どうもありがとう。