3

I had update my eclipse Version: 4.2.2 and android SDK with API 23. When i created an app then get an error like this.

[2015-10-12 17:03:05 - appcompat_v7] ERROR: In MenuView, unable to find attribute android:preserveIconSpacing

and warning

[2015-10-12 16:50:14 - appcompat_v7] WARNING: unable to write jarlist cache file 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 please help me to fix this problem.

Thanks.

Garg
  • 2,731
  • 2
  • 36
  • 47
  • Any luck? I am getting this. I've tried everything. Removing libraries etc – AndroidKen Feb 14 '16 at 19:28
  • @AndroidKen when i create new workspace then i got there no issue like this you can try this trick hope it work for you........ – Garg Feb 23 '16 at 05:34

1 Answers1

4

check your appcompat\res\values\attrs.xml file

and find "android:preserveIconSpacing" in file

and freeze it. and run app.

it's work for me.

jesto paul
  • 438
  • 11
  • 21