I am just starting with androidplot and Android Studio. When I am adding the dependencies line in my build.gradle
, Android Studio is not able to compile my app. It fails with following error:
AGPBI: {"kind":"error",
"text":"Attribute \"backgroundColor\" has already been defined",
"sources":[{"file":"/home/user/code/<app>/build/intermediates/res/merged/debug/values/values.xml",
"position":{"startLine":282}}],"original":"","tool":"AAPT"}
Any idea what is going on here?