So I have added the Facebook SDK and the SlidingMenu SDK into my Android project, however I am getting those nasty \"Jar mismatch\" errors.
I have already removed th
Remove the support library from both library projects and re-add it to your project.
Try using the remove the android-support-v4.jar
file from the libs folder from your project.
Good Luck.
Delete the android-support-v4.jar
from the SlidingMenu library. And copy the android-support-v4.jar
file from the Facebook SDK's libs folder and paste it in to your SlidingMenu's libs folder.
And then refresh the SlidingMenu project and finally clean all projects after doing the above.