java.lang.NoClassDefFoundError: Failed resolution of

前端 未结 2 1190
南方客
南方客 2021-01-28 02:44

I installed jrebel for android on android studio, and this error occurred at startup

Here\'s my configuration:

my jdk version :jdk1.8.0_91

2条回答
  •  甜味超标
    2021-01-28 03:12

    Please have a look at the following Thread. This will solve your problem

    Android: ClassNotFoundException while class is present

    You are running into the Multidex problem with device version <21

提交回复
热议问题