我刚刚用 SDK 更新了一些东西,并下载了 ADT 的更新。现在我在项目文件夹中得到一个红色感叹号。
控制台告诉这个:
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.
Versions found are:
Path: C:\Media\Eclipse Workspace\project1\libs\android-support-v4.jar
Path: C:\Media\adt-bundle-windows-x86_64-20130522\sdk\extras\google\google_play_services\
libproject\google-play-services_lib\libs\android-support-v4.jar
Jar mismatch! Fix your dependencies
不得不说,我创建了一个导入 google-play-services_lib 的项目,以在其他项目中设置为库,这就是我必须使用谷歌地图的地方。
在 Java Build Path\Android Private Libraries 中,我有 2 个:google-play-services.jar 和 android-support-v4.jar。