首页 > 编程语言 > 详细

java.lang.ClassNotFoundException: Didn't find class "stu.love.neihan.MainActivity" on path: DexPathL

时间:2014-10-06 23:27:02      阅读:1774      评论:0      收藏:0      [点我收藏+]

java.lang.ClassNotFoundException: Didn‘t find class "stu.love.neihan.MainActivity" on path: DexPathList  解决方案:



今天遇到一个Bug: 

具体的bug 显示:

10-06 22:34:43.019: E/AndroidRuntime(10813): Caused by: java.lang.ClassNotFoundException: Didn't find class "stu.love.neihan.MainActivity" on path: DexPathList[dexElements=[zip file "/data/app/stu.love.neihan-1.apk"],nativeLibraryDirectories=[/data/app-lib/stu.love.neihan-1, /vendor/lib, /system/lib]]


还有 concle  bug 显示如图:

bubuko.com,布布扣

我出错的原因:
是因为我使用的PullToRefresh 中的V4 包和我项目中的 v4 包 不匹配导致的bug!
将 PullToReFresh 中的V4包替换 即可!


java.lang.ClassNotFoundException: Didn't find class "stu.love.neihan.MainActivity" on path: DexPathL

原文:http://blog.csdn.net/love_javc_you/article/details/39834769

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!