« 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 Android-自定义组件之自定义条形频谱2 Android下资源使用的方式-android学习之旅(五十三)3 使用lint工具优化Android代码4 Android - Designtime Layout Attributes & Tools Attributes5 BaseAdapter数据刷新,自定义BaseAdapter6 Android 编程下 Touch 事件的分发和响应机制7 Android String与int类型互转8 Android Volley完全解析(一),初识Volley的基本用法9 用Fragment+ViewPager搭建万能的android界面10 Android性能优化之ViewPagers+Fragment缓存优化怎么实现