Didn't find class on path: dexpathlist

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

    I had the same problem when I moved the project folder from a Linux machine to a Mac.

    What I did was:

    1. Close the project
    2. Remove the .iml file
    3. Import the project using the "Create new project using existing code"

    I am using IntelliJ.

    Cheers.

提交回复
热议问题