错误<declare-styleable> MenuView,无法找到属性android:preserveIconSpacing

时间:2015-10-12 13:03:09

标签: android eclipse android-5.0-lollipop android-6.0-marshmallow declare-styleable

我更新了我的eclipse版本:4.2.2和带有API 23的android SDK。 当我创建一个应用程序然后得到这样的错误。

  

[2015-10-12 17:03:05 - appcompat_v7]错误:在MenuView中,无法找到属性android:preserveIconSpacing

和警告

  

[2015-10-12 16:50:14 - appcompat_v7]警告:无法写入jarlist缓存文件D:\ lolipop Workspace \ appcompat_v7 \ bin \ jarlist.cache

Syntax error, insert "}" to complete ClassBody  R.java  /appcompat_v7/gen/android/support/v7/appcompat  line 3065   Java Problem

enter image description here 请帮我解决这个问题。

感谢。

1 个答案:

答案 0 :(得分:4)

检查你的appcompat \ res \ values \ attrs.xml文件

并找到&#34; android:preserveIconSpacing&#34;在文件中

并冻结它。 并运行app。

它为我工作。