0
我想嵌入slidemenu
到我的Android應用程序,支持Android 2.3.3及以下。如何將slideMenu嵌入到android 2.3.3項目中?
但我不斷收到下面的錯誤。可能是什麼問題,我該如何解決它
[2013-09-25 08:47:23 - SlidingMenuExample] Found 2 versions of android-support-v4.jar in the dependency list,
[2013-09-25 08:47:23 - SlidingMenuExample] but not all the versions are identical (check is based on SHA-1 only at this time).
[2013-09-25 08:47:23 - SlidingMenuExample] All versions of the libraries must be the same at this time.
[2013-09-25 08:47:23 - SlidingMenuExample] Versions found are:
[2013-09-25 08:47:23 - SlidingMenuExample] Path: D:\Android\library\libs\android-support-v4.jar
[2013-09-25 08:47:23 - SlidingMenuExample] Length: 385685
[2013-09-25 08:47:23 - SlidingMenuExample] SHA-1: 48c94ae70fa65718b382098237806a5909bb096e
[2013-09-25 08:47:23 - SlidingMenuExample] Path: D:\Android\SlidingMenuExample\libs\android-support-v4.jar
[2013-09-25 08:47:23 - SlidingMenuExample] Length: 556198
[2013-09-25 08:47:23 - SlidingMenuExample] SHA-1: 4a6be13368bb64c5a0b0460632d228a1a915f58f
[2013-09-25 08:47:23 - SlidingMenuExample] Jar mismatch! Fix your dependencies
http://stackoverflow.com/questions/12045568/jar-錯配發現-2版本 - 的 - Android的支持-V4-JAR-在最依賴列表 – ashatte