Facebook SDK + SlidingMenu SDK = Jar mismatch! Fix

2020-02-14 02:07发布

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 the android-support-v4.jar file from my libs folder, yet the error persists.

Any ideas on how to fix this? (I have also tried deleting the files from the folders, but I get the 'file not found' errors)

Image: http://i.stack.imgur.com/9JOvg.png

3条回答
你好瞎i
2楼-- · 2020-02-14 02:56

Try using the remove the android-support-v4.jar file from the libs folder from your project.

Good Luck.

查看更多
放荡不羁爱自由
3楼-- · 2020-02-14 02:58

Remove the support library from both library projects and re-add it to your project.

查看更多
Evening l夕情丶
4楼-- · 2020-02-14 03:06

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.

查看更多
登录 后发表回答