【发布时间】:2013-12-30 07:47:38
【问题描述】:
我正在学习如何在 Facebook 上发布我的结果。所以我遵循了这个链接教程。
http://www.androidhive.info/2012/03/android-facebook-connect-tutorial/
我目前正在创建您的 Facebook Connect 项目。当我在添加位置包含此 Facebook sdk 时,我收到以下错误。我该如何解决这个问题
[2013-12-30 13:15:16 - facebookchk] Found 2 versions of android-support-v4.jar in the dependency list,
[2013-12-30 13:15:16 - facebookchk] but not all the versions are identical (check is based on SHA-1 only at this time).
[2013-12-30 13:15:16 - facebookchk] All versions of the libraries must be the same at this time.
[2013-12-30 13:15:16 - facebookchk] Versions found are:
[2013-12-30 13:15:16 - facebookchk] Path: C:\Users\Murugan\facebook-android-sdk-3.6.0\facebook\libs\android-support-v4.jar
[2013-12-30 13:15:16 - facebookchk] Length: 349252
[2013-12-30 13:15:16 - facebookchk] SHA-1: 612846c9857077a039b533718f72db3bc041d389
[2013-12-30 13:15:16 - facebookchk] Path: C:\Users\Murugan\Workspace6\facebookchk\libs\android-support-v4.jar
[2013-12-30 13:15:16 - facebookchk] Length: 627582
[2013-12-30 13:15:16 - facebookchk] SHA-1: db0f122c99ef9f90dbab3fada6d191f2880cbb8e
[2013-12-30 13:15:16 - facebookchk] Jar mismatch! Fix your dependencies
【问题讨论】:
-
它清楚地表明你在不同的路径中有 2 个同名 android-support-v4.jar 的 jar 文件。