I've made a couple of Android apps that went really well, and no errors came up. But now, in Eclipse, whenever I try to make a new Android Project, errors come up saying
error: Error retrieving parent for item: No resource found that matches the given name '
Theme.AppCompat.Light'.
Even though the exact same theme/style is in my other, perfectly working Android projects, the projects I try to start have these errors, and don't generate a R.java file. Any ideas why? And yes, I imported AppCompat, v7.
EDIT: It shows up in 'Android' under Properties w/ a red X, when I add it again it has a green check, but if I close and reopen properties it changes to an X again. WHY!?!?!?!? I've tried cleaning, too, but it doesn't change anything. There's no R.java generated, errors in the MainActivity, somer AppCompat problem that doesn't even exists w/ my earlier projects. What's causing this?