剧情是这样,我的app要使用四个library,如:LibraryA,LibraryB。这两个库又都需要support.v4.jar。
由于加载的时间不同,所以四个support.v4.jar不同,出错的提示如下:
Found
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了
文章详细介绍了如何解决Android应用中由于使用了不同版本的相同库而导致的依赖冲突问题,通过统一所有lib中的相同库版本并刷新包来解决此问题。
801

被折叠的 条评论
为什么被折叠?



