且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

抛出java.lang.ClassNotFoundException:没有找到路径类:dexpathlist

更新时间:2022-03-03 06:48:14

我也有类似的问题,这是我的解决办法:

I had a similar problem, here's my solution:

  1. 右键点击您的项目,并选择属性
  2. 选择 Java构建路径从左边的菜单。
  3. 选择订单和出口标签。
  4. 从列表中一定要添加到您的项目库或外部罐子的检查
  5. 最后,清理项目和放大器;运行。
  1. Right click on your project and select Properties.
  2. Select Java Build Path from the menu on the left.
  3. Select the Order and Export tab.
  4. From the list make sure the libraries or external jars you added to your project are checked.
  5. Finally, clean your project & run.

您也可以检查this的回答。