I had created an app and when tried to run,get an error like this.
ERROR: In MenuView, unable to find attribute android:preserveIco
this error because you are using an old Appcompat version .. update Appcompat
to the newer version which is compatible with API 22
then click on fix project properties ..
working Fine with me :)
Hope This Help!!