How to set up Jfeinstein10 sliding menu on android/eclipse

折月煮酒 提交于 2019-12-04 10:24:49

Well let's deal with these problems one at a time ...

  • JAR Mismatch - I presume this is the support library. Replace the JAR in the SlidingMenu libs folder with the copy from your own libs folder.

  • Cannot be resolved to a type suggests that you haven't clicked on your projects properties and added SlidingMenu to the libraries box. Failing that, press Cmd-Shift-O within your Activity file to fix your imports. This will also fix your @Override issues I believe.

Let me know how you get on and I'll provide further assistance as required.

You need to have same android-support-v4 JAR in both of you SLIDINGMENULIBRARY's libs directory as well as you PROJECT's libs folder.

As a matter of fact go to you SDK folder the go to sdk\extras\android\support\v4\android-support-v4.jar copy this jar and paste it into both directories.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!