I am using the Eclipse ADT bundle and recently updated my Android SDK tools and Android SDK platform tools then thereafter I tried creating a new project and I keep getting an e
Navigate to \Android.Support.v7.AppCompat\2x.x.x\content\support\v7\appcompat\res\values\attrs.xml in side your project directory.
or
open the AppCompat project in your workspace and navigate to \res\values\attrs.xml
Find "android:preserveIconSpacing" in attrs.xml file and and comment that line.
Rebuild the project again.
Hope this solves the issue.