CollapsingToolbarLayoutを含むViewに遷移するとタイトルのようなエラーが出るようになった。
support libraryの値を整えてuninstall => 再インストールしたら動いた
原因不明すぎて2日も費やしてしまった。
compile 'com.android.support:appcompat-v7:23.+'
compile 'com.android.support:design:23.+'
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:design:23.1.1'