在添加android-support-v7-appcompat以後出現了一個錯誤android
error: Attribute "title" has already been definedapp
搜索了一下在項目的attrs.xml中,的確有 有個title的定義code
<attr name="title" format="string" />
declare-styleable是給自定義控件添加自定義屬性用的,目前在項目中這個屬性並無使用,把自定義的title刪除
從新編譯經過orm