I am really new to Android Studio. I can't figure out how to make ActionBarDrawerToggle take the navigation drawer image that I am trying to pass it. It gives me the error that it was expecting a Toolbar instead of an Int (my image). Please see a picture (Toolbar error link) of the error I am getting below.
I understand from: http://developer.android.com/training/implementing-navigation/nav-drawer.html that the ActionBarDrawerToggle should be able to take my drawable resource file which I downloaded from the above link. I have no idea how to fix this. Any help is greatly appreciated!
This is my error image: Toolbar error
EDIT: so i got help from this link: ActionBarDrawerToggle No Suitable Constructor Drawable The answer said to remove the drawable file since this is android.support.v7.app.ActionBarDrawerToggle; So I did but other people are complaining that this makes an up action and doesn't show the drawer icon. So I found this: https://stackoverflow.com/a/22612901/5482380 But not sure if this is good solution???????????