Eclipse Android Project Not Building Correctly

27 Views Asked by At

Recently I was attempting to make a new Android app on my windows computer with eclipse, however when creating the project an error was thrown and it wouldn't finish setup. If anyone could help it would be greatly appreciated.

Error

[2017-04-26 19:17:55 - peen] D:\developing\workspace\peen\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2017-04-26 19:17:55 - peen]
[2017-04-26 19:17:55 - peen] D:\developing\workspace\peen\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2017-04-26 19:17:55 - peen]
[2017-04-26 19:17:55 - peen] D:\developing\workspace\peen\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2017-04-26 19:17:55 - peen]
[2017-04-26 19:17:56 - peen] D:\developing\workspace\peen\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2017-04-26 19:17:56 - peen]
[2017-04-26 19:17:56 - peen] D:\developing\workspace\peen\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2017-04-26 19:17:56 - peen]
[2017-04-26 19:17:56 - peen] D:\developing\workspace\peen\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2017-04-26 19:17:56 - peen]
[2017-04-26 19:17:57 - peen] D:\developing\workspace\peen\res\values\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2017-04-26 19:17:57 - peen]
[2017-04-26 19:17:57 - peen] D:\developing\workspace\peen\res\values-v11\styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2017-04-26 19:17:57 - peen]
[2017-04-26 19:17:57 - peen] D:\developing\workspace\peen\res\values-v14\styles.xml:8: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light.DarkActionBar'.
[2017-04-26 19:17:57 - peen]
0

There are 0 best solutions below