没有找到类的路径:dexpathlist
说真的,我不知道该怎么做才能解决这个问题。 我的Android项目工作正常,直到我需要导入库使用Maven。从那时起,一切开始崩溃。
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 started to collapse.
这是怎么回事:当我启动我的应用程序,出现在LogCat中下面的错误和android告诉我的应用程序停止工作。我搜索了这里这个类似错误,并在互联网上的其余部分,但一切人并没有为我工作。
What is happening: When i start my application, the following error appears on LogCat and android tells that my app stopped working. I've searched for this similar error here AND on the rest of the internet, but everything people did haven't worked for me.
错误:
了java.lang.RuntimeException:无法实例活动ComponentInfo {com.example.buscaserra / com.buscaserra.main.ActivitySplash}:抛出java.lang.ClassNotFoundException:没有找到类com.buscaserra.main .ActivitySplash的路径:DexPathList [zip文件/system/framework/com.google.android.maps.jar,zip文件"/data/app/com.example.buscaserra-2.apk"],nativeLibraryDirectories=[/data/app-lib/com.example.buscaserra-2, /供应商/ lib中/系统/ lib目录]]
清单和包:
Manifest and packages:
构建路径:
Build Path:
请,我不知道自己还能做些什么。我的项目的最后期限临近和IM绝望。 先谢谢了。
Please, i don't know what else to do. My project deadline is near and im desperate. Thanks in advance.
在这里同样的问题。 什么工作对我来说是增加Android的支持,v4.jar作为一个lib,并确保它被检查的项目属性 - >构建路径 - >在线订单和放大器;出口。 有人提到这里
Same problem here. What worked for me was adding android-support-v4.jar as a lib and making sure it was checked on Project properties -> Build Path -> Order & export. It was mentioned here