I’m trying to import SlidingMenu into my own project, so I download source code from SlidingMenu Library and import it as an android library project, also called SlidingMenu as project name.
After that, so many error comes with, and I did something to try to fix it :
- Change its android:minSdkVersion to 10
- Set ActionBarSherlock & android-support-v13 as SlidingMenu’s library
- Clean and rebuild whole SlidingMenu project
And still many error there…
How do I fix this ?

You can use:
android:minSdkVersion 7 with SlidingMenu
And from Project Properties -> Android -> Select Android 4.2 as target. hope this helps.