I\'m following a tutorial in HeadFirst Android development and encountered issues after adding: private ActionBarDrawerToggle drawerToggle;
The control was depre
the answer by @sagar giri is a temporary work around. what i did to solve this is explained at the end.
If you have latest support library installed in latest android studio and if you have a old support library version in build gradle's app module, then android studio fails due to the version mismatch.
So update your support library version to latest one and fix latest support library changes like icon renaming etc and rebuild it.
hope it helps...