Wednesday, 15 April 2015

android - Jar mismatch! action bar sherlock and facebook sdk -



android - Jar mismatch! action bar sherlock and facebook sdk -

im writing app uses action bar sherlock , facebook sdk. hence imported 2 libraries project , , error saying have 2 jars of android-support-v4.jar

"found 2 versions of android-support-v4.jar in dependency list not versions identical (check based on sha-1 @ time). versions of libraries must same @ time."

what can do? can set 1 of jars other library? supposed identical, sizes diff..i dont wana go , change/delete libraries in sourcode. ideas?

jar mismatch problem happened because there 2 versions of android-support-v4.jar in dependency list 1 of them included in facebook sdk library , other in actionbarsherlock library.

the prepare problem delete android-support-v4.jar 1 of these 2 library , re-create other android-support-v4.jar instead of deleted one, in way sure have same version of jar file in both libraries , ride of build error.

android facebook

No comments:

Post a Comment