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

前端 未结 3 2033
孤街浪徒
孤街浪徒 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: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.

提交回复
热议问题