What I am trying to do is use the new android support design library mentioned here: http://android-developers.blogspot.com/2015/05/android-design-support-library.html.
This error can be caused due to reasons as mentioned below.
Example of matching condition
compile 'com.android.support:appcompat-v7:24.2.0' // appcompat library
compile 'com.android.support:design:24.2.0' //design support library
Your theme file in styles should not have
- #4A0958
- #4A0958
It should look somewhat like this.