My Eclipse having this error:
Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'
I know that I have to add the appcompatv7 to my eclipse and I know how to theoretically do this, but this doesn't work. I found another guy with the same problem but nobody answered him:
import appcompat v7 in eclipse
I have a appcompat-v7 folder with lots of other folders inside with names like 25.0.1, 25.1.0 etc.
This is how the inside of folder 25.1.0 looks like:
when I try to import the 25.1.0 folder into eclipse it says "Select a directory to search for existing Android projects"
How can I fix this?