标签:
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 完成。
版权声明:本文为博主原创文章,未经博主允许不得转载。
ERROR: In <declare-styleable> MenuView, unable to find attribute android:preserveIconSpacing
标签:
原文地址:http://blog.csdn.net/u012303938/article/details/46777401