我正在建立一个同时依赖appcompat_v7
和Android Times Square( com.squareup.timessquare
)的项目。每当我尝试运行我的项目时,都会收到来自appcompat_v7
或时代广场的错误消息,如下所示:
/Users/meee/Documents/workspace/TimesSquare/res/values/attrs.xml:8:错误:属性“titleTextColor”已经定义
/Users/meee/Documents/workspace/android-support-v7-appcompat/res/values/attrs.xml:832:错误:属性“titleTextColor”已经定义
我尝试从这两个库中删除titleTextColor
属性,并且在刷新和清理它时最终会破坏timessquare
或appcompat
,具体取决于要删除的titleTextColor
。
随时可以举报,但请解释。 像此类的大多数冲突都像this这样作为问题发布在GitHub上,所以如果您将此问题标记为不适当,我将理解。尽管我在此处发布了它,以为在这种情况下,它可能不是timessquare
或appcompat_v7
的问题。
我的支持库是23.1.1
非常感谢,伙计们。
最佳答案
尝试将titleTextColor从TimesSquare / res / values / attrs.xml重命名为titleTextColorx并进行更改
titleTextColor = a.getColor(R.styleable.CalendarPickerView_tsquare_titleTextColorx from com / squareup / timessquare / CalendarPickerView.java