Yes, I completely agree with @Raghunandan, when we work with the navigation box, we need to use the latest support library
And when we work with ActionBar Sherlock Navigation Drawer, we need to use some import data in our program, see below:
import android.support.v4.app.ActionBarDrawerToggle; import android.support.v4.widget.DrawerLayout; import android.support.v4.view.GravityCompat; import com.actionbarsherlock.app.SherlockFragmentActivity; import com.actionbarsherlock.view.MenuItem;
source share