halfhp / androidplot

Charts and plots for Android
http://androidplot.com
Apache License 2.0
514 stars 159 forks source link

Attributes conflict #29

Closed fandw06 closed 7 years ago

fandw06 commented 7 years ago

Hello, I used androidplot 0.6.0 before and I tried latest 1.4.1 today. I created an empty project and add compile "com.androidplot:androidplot-core:1.4.1". However, I got errors:

\Androidplot-test\app\build\intermediates\res\merged\debug\values\values.xml Error:(305) Attribute "title" has already been defined Error:(312) Attribute "titleTextColor" has already been defined Error:Execution failed for task ':app:processDebugResources'. > com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '\Local\Android\Sdk\build-tools\23.0.3\aapt.exe'' finished with non-zero exit value 1
halfhp commented 7 years ago

This appears to be another duplicate of issue #6. See: this solution on Stack Overflow.