Eclipse Juno jar Android依赖项问题

迈克尔·阿布拉西亚

我正在Eclipse Juno上的一个android项目上工作,到目前为止它没有错误,但是我不能导出它。我看着,Android Console发现了这一点:

[2015-09-26 23:30:22 - HandGestureApp] Found 2 versions of android.jar in the dependency list,
[2015-09-26 23:30:22 - HandGestureApp] but not all the versions are identical (check is based on SHA-1 only at this time).
[2015-09-26 23:30:22 - HandGestureApp] All versions of the libraries must be the same at this time.
[2015-09-26 23:30:22 - HandGestureApp] Versions found are:
[2015-09-26 23:30:22 - HandGestureApp] Path: D:\installers\SDK\adt-bundle-windows-x86-20131030\adt-bundle-windows-x86-20131030\sdk\platforms\android-19\android.jar
[2015-09-26 23:30:22 - HandGestureApp]  Length: 21841425
[2015-09-26 23:30:22 - HandGestureApp]  SHA-1: 9d58c29f33a93f486da30401118a4e45a7f208cb
[2015-09-26 23:30:22 - HandGestureApp] Path: D:\installers\SDK\adt bundle 23\sdk\platforms\android-20\android.jar
[2015-09-26 23:30:22 - HandGestureApp]  Length: 21314433
[2015-09-26 23:30:22 - HandGestureApp]  SHA-1: 066aafa1a95681f4ff7280f162157ffeb2093e84
[2015-09-26 23:30:22 - HandGestureApp] Jar mismatch! Fix your dependencies

我检查Java Build PathProject Properties,其中只有1个jar文件。

我该如何解决Jar的不匹配问题?

莫哈克斯

还要检查/libs您连接到主项目的库项目文件夹中的jar文件

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章