I\'m following a tutorial in HeadFirst Android development and encountered issues after adding: private ActionBarDrawerToggle drawerToggle;
The control was depre
Whenever you face this issue, the best approach is to run Rebuild Project - this will tell you exactly why this is happening.
Rebuild Project
In my case it was a meta-data present in both module and app
meta-data
module
app