Hi I am getting this error in the
ActionBarDrawerToggle cannot be resolved when I import this in my activity android.support.v7.app.ActionBarDrawerToggle;
I have already imported appcompact_v7 and android-support-v7-appcompact libaries.
It gives no error when I import import android.support.v4.widget.DrawerLayout; import android.support.v7.app.ActionBarActivity;
I need ActionBarDrawerToggle for implementing the Action Bar.
I have tried everything.
P.S: I am using Eclipse