Didn't find class on path: dexpathlist

后端 未结 8 1362
鱼传尺愫
鱼传尺愫 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:45

    I had the same issue. Nothing had changed except Android studio and Gradle updated since I last compiled.

    I took a look at the build options under Build>Edit Build Types and noticed that the one option that was different between my project that didn't run and the ones that did work was the Minify Enable option.

    I set it to false and now everything works again.

提交回复
热议问题