navasmdc / MaterialDesignLibrary

This is a library with components of Android L to you use in android 2.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Attribute "rippleColor" already defined with incompatible format.

supriya456 opened this issue · comments

Hello

I am facing this issues while including it in my application.

Can you please check & solve it?

u need to resolve this.

use this one compile 'com.github.vajro:MaterialDesignLibrary:1.6'

i resolved my error by using this.

The problem is that you are including support library as well which also defines 'rippleColor' attribute. Best way to resolve this is clone library and build it locally. Search for 'rippleColor' in entire library when you see the attribute defined in the library change it to 'rippleColor2'. This will fix error