错误:Found both android-support-v4 and android-support-v13 in the dependency list.

Android 码拜 10年前 (2015-04-26) 1082次浏览 0个评论
 

Found both android-support-v4 and android-support-v13 in the dependency list.

这是什么错?console下一直打印这些东西。工程引入了一个另一个工程(以jar包的形式),结果工程上有小红叉,但是找不到错。why?

[2013-06-07 18:22:02 – ActionBarDemo] Found 2 versions of android-support-v4.jar in the dependency list,
[2013-06-07 18:22:02 – ActionBarDemo] but not all the versions are identical (check is based on SHA-1 only at this time).
[2013-06-07 18:22:02 – ActionBarDemo] All versions of the libraries must be the same at this time.
[2013-06-07 18:22:02 – ActionBarDemo] Versions found are:
[2013-06-07 18:22:02 – ActionBarDemo] Path: D:\workspace4android\ViewPagerIndicator\libs\android-support-v4.jar
[2013-06-07 18:22:02 – ActionBarDemo]  Length: 271754
[2013-06-07 18:22:02 – ActionBarDemo]  SHA-1: 53307dc2bd2b69fd5533458ee11885f55807de4b
[2013-06-07 18:22:02 – ActionBarDemo] Path: D:\workspace4android\ActionBarDemo\libs\android-support-v4.jar
[2013-06-07 18:22:02 – ActionBarDemo]  Length: 393154
[2013-06-07 18:22:02 – ActionBarDemo]  SHA-1: 307c1cc532eabbf1d135b43e5c983c9da700449d
[2013-06-07 18:22:02 – ActionBarDemo] Jar mismatch! Fix your dependencies

错误:Found both android-support-v4 and android-support-v13 in the dependency list.
10分
字面意思,关键应该是dependency list

不同的project,是在不同环境下建立的吗,我也不知道dependency是否一定要相同,但可能存在一定影响

错误:Found both android-support-v4 and android-support-v13 in the dependency list.
10分
把你工程文件里libs文件夹里面的android-support-v13 删掉
错误:Found both android-support-v4 and android-support-v13 in the dependency list.
引用 2 楼 f839903061 的回复:

把你工程文件里libs文件夹里面的android-support-v13 删掉

工程中找不到v13包

错误:Found both android-support-v4 and android-support-v13 in the dependency list.
我也碰到了这种错误,不知道怎么解决,希望谁碰到过快快帮忙解决掉啊!
错误:Found both android-support-v4 and android-support-v13 in the dependency list.
解决了,报这个错误 是你的android-support-v4.jar在libs文件中,但是没有没有添加为类库,打开项目properties——build path,右侧add jar,将工程中libs文件里的v4包添加就可以了

CodeBye 版权所有丨如未注明 , 均为原创丨本网站采用BY-NC-SA协议进行授权 , 转载请注明错误:Found both android-support-v4 and android-support-v13 in the dependency list.
喜欢 (0)
[1034331897@qq.com]
分享 (0)

文章评论已关闭!