Attribute already defined with incompatible format (Original attribute defined here)
Can't build project after adding compile 'com.android.support:design:24.2.0' Keeps giving the following errors: Seems like, the problem is with supporting vector drawables. Somewhere some attributes are added twice. For instance, built values.xml file contains: <declare-styleable name="AppBarLayout_LayoutParams"><attr name="layout_scrollFlags"><flag name="scroll" value="0x1"/><flag name="exitUntilCollapsed" value="0x2"/><flag name="enterAlways" value="0x4"/><flag name="enterAlwaysCollapsed" value="0x8"/></attr><attr format="reference" name="layout_scrollInterpolator"/></declare-styleable> and