Jar mismatch Error solution, jarmismatch Error
A new project contains two libraries: appcompat_v7 and swipelistview. The Jar mismatch Error is returned:
[2016-04-11 17:17:27 - MySwipeListView] Versions found are:[2016-04-11 17:17:27 - MySwipeListView] Path: E:\HZ\MyWorkSpace\swipelistview\libs\android-support-v4.jar[2016-04-11 17:17:27 - MySwipeListView] Length: 556198[2016-04-11 17:17:27 - MySwipeListView] SHA-1: 4a6be13368bb64c5a0b0460632d228a1a915f58f[2016-04-11 17:17:27 - MySwipeListView] Path: E:\HZ\MyWorkSpace\MySwipeListView\libs\android-support-v4.jar[2016-04-11 17:17:27 - MySwipeListView] Length: 1184670[2016-04-11 17:17:27 - MySwipeListView] SHA-1: fde22d8d2ef6363324a3d79a1dd16c8645c25564[2016-04-11 17:17:27 - MySwipeListView] Path: E:\HZ\MyWorkSpace\appcompat_v7\libs\android-support-v4.jar[2016-04-11 17:17:27 - MySwipeListView] Length: 1184670[2016-04-11 17:17:27 - MySwipeListView] SHA-1: fde22d8d2ef6363324a3d79a1dd16c8645c25564[2016-04-11 17:17:27 - MySwipeListView] Jar mismatch! Fix your dependencies
It turns out that the two libraries appcompat_v7 and swipelistview both contain the android-support-v4.jar file, and the android-support-v4.jar in swipelistview will be normal after deletion.