Material Design Support Libをv23.0.1に更新しましたが、今ではコードがコンパイルされません。属性 "barLength"はすでに定義されています
Attribute "barLength" has already been defined
/Users/admin/Documents/workspace/MyApp/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/res/values-v23/values-v23.xml
Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Inverse'.
Error retrieving parent for item: No resource found that matches the given name 'android:Widget.Material.Button.Colored'.
どうすればよいですか?
EDIT:私にエラーを与える
2 LIBSは以下のとおりです。
compile 'com.android.support:design:22.2.0'
compile 'com.android.support:appcompat-v7:22.2.0'
ありがとう。また私のカスタムプログレスホイールのバー長さもあります。名前を変更した後、問題は解決しました。ありがとう – YeeKhin
これは問題のtx –
attr.xmlをチェックする必要があります、私はカスタムProgressBarと同じ問題があった – HK1988