-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot cast appbarlayout to toolbar #40
Comments
Hey can you provide more context regarding the issue? |
After I include the gradle and call the AlbumSelectActivity will get the exception below Caused by: java.lang.ClassCastException: android.support.design.widget.AppBarLayout cannot be cast to android.support.v7.widget.Toolbar at com.darsh.multipleimageselect.activities.AlbumSelectActivity.onCreate(AlbumSelectActivity.java:69) |
Mine says_ |
have you resolved this issue? i am also facing the same issue |
id/toolbar should be used in <android.support.v7.widget.Toolbar/> instead of include tag
The text was updated successfully, but these errors were encountered: