Android同时使用多个library时android-support-v4.jar冲突问题。

来源:互联网 发布:针锋相对网络剧百度云 编辑:程序博客网 时间:2024/05/20 10:54

原文地址:http://blog.sina.com.cn/s/blog_a72ec20c0101db86.html

剧情是这样,我的app要使用四个library,如:LibraryA,LibraryB。这两个库又都需要support.v4.jar。

由于加载的时间不同,所以四个support.v4.jar不同,出错的提示如下:
Found 5 versions of android-support-v4.jar in the dependency list,
but not all the versions are identical (check is based on SHA-1 only at this time).
All versions of the libraries must be the same at this time.Versions found are:

从提示中可以知道,这五个support-v4.jar不同,所以会发生冲突

解决方法:把所有libs中的support-v4.jar文件统一,然后刷新这个包,让他重新生成,然后就OK了

0 0
原创粉丝点击