This is the open source project Android-menudrawer on GitHub, with the following effects:
It worked very well, but there were a variety of errors when importing eclipse at the beginning, so now summarize the problem and the solution.  1, import Project issues Extract the zip file downloaded from the official website first, then file->import->android->existing Android Code into in eclipse workspace, Menudrawer and menudrawer-sample two projects into  2, Project Dependencies (Dependencies) (1) menudrawer is a library, and is dependent on actionbarsherlock, so to download Actionbarsherlock first: actionbarsherlock: https://github.com/ jakewharton/ Actionbarsherlock so also need to import Actionbarsherlock project in Actionbarsherlock (2) Menudrawer-sample is dependent on menudrawer (3) so three items are imported, Right-click Menudrawer project->properties->android->is library & nbsp  &NBS p; Right click Actionbarsherlock project->properties->android->is Library right click menudrawer-sample project- >Properties->Android->Add-> add Menudrawer, actionbarsherlock 3, Project targetsdkversion Sometimes after the above steps, still will error, this is actually targetsdkversion problem open AndroidmanifeSt.xml view Targetsdkversion, and then modify the Project.Properties file target, and sometimes not, you need to choose a higher target, try more.
Side menu bar Android-menudrawer importing eclipse issues