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