« Jar mismatch! Fix your dependencies 时间:2024-3-2 19:15 作者:韩俊 分类: Android 在开发Android项目的时候,有时需要引用多个项目作为library。在引用项目的时候,有时会出现“Jar mismatch! Fix your dependencies”错误。 这是因为两个项目的jar包(android-support-v4.jar)不一致。 解决方法是把2个jar都删除,然后各自加上最新的jar包。 这样2个jar 包就一致了。 标签: android 上一篇Caused by: android.content.ActivityNotFoundException: No Activity found to handle Intent错误的记录。 下一篇关于 ViewGroup 下 onDraw 方法失效 热门推荐 1 [安卓]手机管家(二)splash续2 Android之属性动画、值动画3 Android 如何直播RTMP流4 工具类(4)图片操作工具类5 Android之EventBus概述及源码解析(雷惊风)6 Android 自定义侧滑菜单7 Android百分比布局源代码解析8 Android—如何查看android源码9 Android内核wake_up源码分析10 android:exported 属性详解