I\'m following a tutorial in HeadFirst Android development and encountered issues after adding: private ActionBarDrawerToggle drawerToggle;
The control was depre
Changed all support library versions to 25.3.1 and worked like a charm:
compile 'com.android.support:appcompat-v7:25.3.1' compile 'com.android.support:design:25.3.1'
You also need to change the following parameters to 25:
compileSdkVersion 25 targetSdkVersion 25