I have recently started learning android programming. I have set up Eclipse IDE
for android but whenever I create a java project and click finish. It creates the project and shows the following error on the console while the Android project wizard does not close.
Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
I also select the theme to none on the project wizard but that doesn't work either.
Please help!!