Facebook SDK + SlidingMenu SDK = Jar mismatch! Fix your dependencies

前端 未结 3 2034
孤街浪徒
孤街浪徒 2020-12-20 18:58

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

相关标签:
3条回答
  • 2020-12-20 19:15

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

    0 讨论(0)
  • 2020-12-20 19:16

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

    Good Luck.

    0 讨论(0)
  • 2020-12-20 19:30

    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.

    0 讨论(0)
提交回复
热议问题