-2

I am trying to create an hello world android application on Eclipse. After I install the adk, sdk, jde, ide and etc its time to work. When I try to create android application, its show me that errors:

[2015-09-29 17:29:23 - Helloworld] E:\Users\user\workspace\Helloworld\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-09-29 17:29:23 - Helloworld] 
[2015-09-29 17:29:23 - Helloworld] E:\Users\user\workspace\Helloworld\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-09-29 17:29:23 - Helloworld] 
[2015-09-29 17:29:23 - Helloworld] E:\Users\user\workspace\Helloworld\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2015-09-29 17:29:23 - Helloworld] 

I have no idea what to do.

Pshemo
  • 122,468
  • 25
  • 185
  • 269

1 Answers1

1

You'll have to download the support library http://developer.android.com/tools/support-library/setup.html

You have the error AppCompat not found because your support library isn't present.

Prasanth Louis
  • 4,658
  • 2
  • 34
  • 47
  • Did you reference them in Eclipse? Right click on your project and add the support library. Your project must know where the library is. – Prasanth Louis Sep 29 '15 at 15:31
  • i have clicked right click on my project => android tools => add support liabry.. its install couple of thing but i also restart the eclipse and its still dont work.. – איציק ברבי Sep 29 '15 at 16:25