I recently updated the support design library to the latest version and now every activity that has a CollapsingToolbarLayout
throws the following exception: >
Try updating a com.android.support:design
dependency to the same version as other support libraries.
I have just resolved this issue in my own project. I did not add it explicitly in my build.gradle since I use a library which uses support-design library. Gradle task androidDependencies
showed that support design still had lower version after update of other libraries, so I added it explicitly and it worked like a charm.