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.