ERROR: In MenuView, unable to find attribute android:preserveIconSpacing

时间:2022-02-26 22:41:07

eclipse  sdk从低版本切换到高版本sdk的时候   v7包会包这个错ERROR: In <declare-styleable> MenuView, unable to find attribute android:preserveIconSpacing

问题解决:

点击V7包找到values文件夹   打开attrs.xml      ctrl+f   查找 MenuView     将preserveIconSpacing注释掉或者删掉    clean项目

ok 完成。

欢迎关注公众号,每天推送Android技术文章,二维码如下:(可扫描)

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