GreenRobot EventBus, ClassNotFoundException still there after using Subscriber Index 使用Eventbus 异常

activity中重新了

@Override
public void onSaveInstanceState(Bundle outState, PersistableBundle outPersistentState) {
    super.onSaveInstanceState(outState, outPersistentState);
}

把这个方法去掉就完美解决问题了

从statckoverflow得到的答案

1.https://stackoverflow.com/questions/38393631/greenrobot-eventbus-classnotfoundexception-still-there-after-using-subscriber-i


2.https://stackoverflow.com/questions/28857860/classnotfoundexception-didnt-find-class-android-os-persistablebundle-otto-an#answer-28858364





你可能感兴趣的:(GreenRobot EventBus, ClassNotFoundException still there after using Subscriber Index 使用Eventbus 异常)