Everytime I create an android project in eclipse it starts with an error "no resources found that matches the given name: attr xxx", in addition to a appcompat_v7 added as a project.
I found a way to resolve this issue in my current app by totally removing the ActionBar, avoiding using less than API 11, modifying all XML files and removing the created appcompat_v7 project. This solution, however, is tedious and must be done everytime I need to create, even, a simple a project.
My question is not "what is appcompat_v7", my question is how to create project without having this error everytime ?