I\'m following a tutorial in HeadFirst Android development and encountered issues after adding: private ActionBarDrawerToggle drawerToggle;
The control was depre
In my case I am using 26.1.0 support files but found support-v13 is 26.0.1
So I added implementation 'com.android.support:support-v13:26.1.0' to Gradle file and problem solved
implementation 'com.android.support:support-v13:26.1.0'