今天遇到一个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 显示如图:

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

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



相关文章:

  • 2022-12-23
  • 2021-05-14
  • 2021-08-09
  • 2021-11-28
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2021-10-01
猜你喜欢
  • 2021-04-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-10-15
  • 2022-12-23
相关资源
相似解决方案