Created
April 8, 2013 03:15
-
-
Save xianminx/5333993 to your computer and use it in GitHub Desktop.
Android project dependency conflict
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2013-04-08 11:13:01 - umeng-sdk-example] Found 2 versions of android-support-v4.jar in the dependency list, | |
[2013-04-08 11:13:01 - umeng-sdk-example] but not all the versions are identical (check is based on SHA-1 only at this time). | |
[2013-04-08 11:13:01 - umeng-sdk-example] All versions of the libraries must be the same at this time. | |
[2013-04-08 11:13:01 - umeng-sdk-example] Versions found are: | |
[2013-04-08 11:13:01 - umeng-sdk-example] Path: /Users/lucas/dev/umeng/umeng-sdk/libs/android-support-v4.jar | |
[2013-04-08 11:13:01 - umeng-sdk-example] Length: 393154 | |
[2013-04-08 11:13:01 - umeng-sdk-example] SHA-1: 307c1cc532eabbf1d135b43e5c983c9da700449d | |
[2013-04-08 11:13:01 - umeng-sdk-example] Path: /Users/lucas/dev/umeng/umeng-sdk/example/libs/android-support-v4.jar | |
[2013-04-08 11:13:01 - umeng-sdk-example] Length: 247894 | |
[2013-04-08 11:13:01 - umeng-sdk-example] SHA-1: 7329492e76650ee661f6af7704b0c79151d8e1ef | |
[2013-04-08 11:13:01 - umeng-sdk-example] Jar mismatch! Fix your dependencies | |
[2013-04-08 11:13:02 - umeng-sdk-example] Found 2 versions of android-support-v4.jar in the dependency list, | |
[2013-04-08 11:13:02 - umeng-sdk-example] but not all the versions are identical (check is based on SHA-1 only at this time). | |
[2013-04-08 11:13:02 - umeng-sdk-example] All versions of the libraries must be the same at this time. | |
[2013-04-08 11:13:02 - umeng-sdk-example] Versions found are: | |
[2013-04-08 11:13:02 - umeng-sdk-example] Path: /Users/lucas/dev/umeng/umeng-sdk/libs/android-support-v4.jar | |
[2013-04-08 11:13:02 - umeng-sdk-example] Length: 393154 | |
[2013-04-08 11:13:02 - umeng-sdk-example] SHA-1: 307c1cc532eabbf1d135b43e5c983c9da700449d | |
[2013-04-08 11:13:02 - umeng-sdk-example] Path: /Users/lucas/dev/umeng/umeng-sdk/example/libs/android-support-v4.jar | |
[2013-04-08 11:13:02 - umeng-sdk-example] Length: 247894 | |
[2013-04-08 11:13:02 - umeng-sdk-example] SHA-1: 7329492e76650ee661f6af7704b0c79151d8e1ef | |
[2013-04-08 11:13:02 - umeng-sdk-example] Jar mismatch! Fix your dependencies |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
why every time when I right click "add support library" in Eclipse, it takes long time to download
android-support-v4.jar
from the internet, not from local harddisk?