我在我的项目中包含了一次编译 'com.android.support:appcompat-v7:23.0.1' 但出现此错误
I have included once compile 'com.android.support:appcompat-v7:23.0.1' in my project but getting this error
这是我遇到的错误
/app/build/intermediates/exploded-aar/com.android.support/appcompat- v7/23.0.1/res/values/values.xml
Error:(2) Attribute "backgroundTint" has already been defined
Error:(2) Attribute "backgroundTintMode" has already been defined
Error:Execution failed for task ':app:processDebugResources'.
com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/home/gkmishra/Android/Sdk/build-tools/23.0.0/aapt'' finished with non-zero exit value 1
您是否使用其他库?可能另一个库正在使用相同的 AppCompat 属性。
这是我遇到的错误
/app/build/intermediates/exploded-aar/com.android.support/appcompat- v7/23.0.1/res/values/values.xml
Error:(2) Attribute "backgroundTint" has already been defined
Error:(2) Attribute "backgroundTintMode" has already been defined
Error:Execution failed for task ':app:processDebugResources'.
com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '/home/gkmishra/Android/Sdk/build-tools/23.0.0/aapt'' finished with non-zero exit value 1
您是否使用其他库?可能另一个库正在使用相同的 AppCompat 属性。