ERROR: In <declare-styleable> MenuView, unable to find attribute android:preserveIconSpacingandroid
新建一個Android的項目,報了一下這種錯誤app
[2015-11-23 11:37:12 - appcompat_v7] ERROR: In <declare-styleable> MenuView, unable to find attribute android:preserveIconSpacingxml
打開attrs.xml 查找name="MenuView"的declare-styleable ,將其註釋掉或者刪除,而後clean項目就行了。ci