0

Everytime I create a new Android Application Project in Eclipse I get the following error:

Error: No resource found that matches the given name (at 'theme' with value '@style/AppTheme').

The error leads to the following line in the AndroidManifest.xml file:

android:theme="@style/AppTheme"

I am not sure what the problem could be

synthesis
  • 41
  • 3
  • 9

1 Answers1

0

I figured out the problem. Originally when creating the project, I chose Android 4.1 Jellybean as the target SDK, but instead chose Android 4.X (L Preview) and this error went away.

synthesis
  • 41
  • 3
  • 9