Android: ClassNotFoundException while class is present

后端 未结 3 1073
鱼传尺愫
鱼传尺愫 2020-12-18 14:39
E/AndroidRuntime: FATAL EXCEPTION: main
 Process: be.kdg.examen, PID: 4451
 java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{be.kdg.examen/be         


        
3条回答
  •  梦毁少年i
    2020-12-18 15:02

    This seems to be a problem with the multidex support. Please see the following thread

    FATAL EXCEPTION: main java.lang.NoClassDefFoundError: rx.plugins.RxJavaHooks

提交回复
热议问题