java.lang.ClassNotFoundException: Didn't find class "stu.love.neihan.MainActivity" on path: DexPathL
时间:2014-10-06 23:27:02
收藏:0
阅读:1776
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 显示如图:
我出错的原因:
是因为我使用的PullToRefresh 中的V4 包和我项目中的 v4 包 不匹配导致的bug!
将 PullToReFresh 中的V4包替换 即可!
原文:http://blog.csdn.net/love_javc_you/article/details/39834769
评论(0)