ERROR: In MenuView, unable to

 ERROR: In <declare-styleable> MenuView, unable to find attribute android:preserveIconSpacing

新建一个Android的项目,报了一下这种错误

[2015-11-23 11:37:12 - appcompat_v7] ERROR: In <declare-styleable> MenuView, unable to find attribute android:preserveIconSpacing

打开attrs.xml  查找name="MenuView"的declare-styleable ,将其注释掉或者删除,然后clean项目就好了。

你可能感兴趣的:(ERROR: In MenuView, unable to)