I am getting a DrawerLayout and ActionBarDrawerToggle cannot be resolved to a type compile error.I am added an import to my project.But I am getting an error again
DrawerLayout and ActionBarDrawerToggle cannot be resolved to a type
Check if you have imported the DrawerLayout class properly.Check your import statement.It should be something like this.
import android.support.v4.app.ActionBarDrawerToggle; import android.support.v4.widget.DrawerLayout;
did all options checked?