我已经实现了新的 Facebook SDK 3.0 beta。该库项目包含 Android 支持库 v4。我自己的项目也有支持库(虽然是不同的版本)。当我将 Facebook SDK 添加为库时,控制台上出现下一个错误:
Jar mismatch! Fix your dependencies
Found 2 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.
我试图排除libs
构建路径上的文件夹,但错误仍然存在。
我必须在两个地方都放同一个 .jar。我在这里错过了什么吗?这个想法是使用我自己项目的支持库(以保持更新)。