CollapsingToolbarLayout cannot be cast to android.support.v7.widget.Toolbar
问题 Working on this Collapsing Toolbar layout everything works fine but the moment I add code in the java class Main activity, error shows up and app crashes. Without java code it was working properly. XML: <?xml version="1.0" encoding="utf-8"?> <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android