0

i'm new to coding when i start android in java it gives me this three error, how can i fix it ? i used java EE eclipse.

  • workspace\test\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
  • workspace\test\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
  • workspace\test\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
steven Yu
  • 63
  • 1
  • 1
  • 5

1 Answers1

0

Try to clean project and build again

santosh gore
  • 319
  • 2
  • 21