Android 我在appcompat_v7和FloatingButtonAction中有两个属性

Android 我在appcompat_v7和FloatingButtonAction中有两个属性,android,attr,android-appcompat,floating-action-button,Android,Attr,Android Appcompat,Floating Action Button,我的项目包含这两个库,但由于某种原因,当我想在我的设备上运行它时,我遇到了一个错误: 错误如下: workspace_desarrollo\Librerias\FloatingActionButton\res\values\attrs.xml:6: error: Attribute "color" has already been defined <attr name="colortem" format="color"/> 查看这两个库,发现它们都已定义。我所做的是重命名FAB库

我的项目包含这两个库,但由于某种原因,当我想在我的设备上运行它时,我遇到了一个错误:

错误如下:

workspace_desarrollo\Librerias\FloatingActionButton\res\values\attrs.xml:6: error: Attribute "color" has already been defined
<attr name="colortem" format="color"/>
查看这两个库,发现它们都已定义。我所做的是重命名FAB库,内容如下:

workspace_desarrollo\Librerias\FloatingActionButton\res\values\attrs.xml:6: error: Attribute "color" has already been defined
<attr name="colortem" format="color"/>

一切正常,但当你运行应用程序时,按钮显示白色背景。有3个按钮使用并放置三个白色背景

以前我没有这个问题,但我不得不改变PC,当你导入新的工作区项目时,开始约会这个错误

appcompat_v7的内容如下:
target=android-21

浮动操作按钮位于以下位置:
target=android-19
android.library=true
android.library.reference.1=../nineodeldroid

我的项目在:
target=android-21
android.library.reference.1=../../Librerias/FloatingActionButton
android.library.reference.2=../../Librerias/appcompat
android.library.reference.3=../../Librerias/google-play-services_-lib

我希望你能帮助我

多谢各位


PD:我正在考虑开始开发android studio,但我不完全相信删除
colortem
属性定义,将使用另一个。否则,您必须将FAB库中的所有
R.attr.color
引用也更改为
R.attr.colortem