Didn't find class on path: dexpathlist

后端 未结 8 1366
鱼传尺愫
鱼传尺愫 2020-12-10 03:18

Seriously, i don\'t know what to do to solve this problem. My android project was working fine, until i needed to import a library with Maven. Since that, everything starte

8条回答
  •  粉色の甜心
    2020-12-10 03:59

    I did the following steps to resolve the issue on Android Studio.

    • open file ./app/build.gradle
    • reduce compileSdkVersion (e.g. 22 -> 21)
    • click 'sync project with gradle file'
    • change back to the original compileSdkVersion (e.g. 22)
    • click 'sync project with gradle file'

    recompile and it should work.

提交回复
热议问题