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

I got this error in Eclipse, and fixed it by changing the API level of the APP from Android 5.1.1 to Android 5.0

How to change API level
Right-lick on the project
Open Properties > Android
Change the API level to an older one.


That's all.