-1
[2015-05-23 11:29:54 - Jokenpo] /home/gabriel/Área de Trabalho/Jokenpo/res/values/styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-05-23 11:29:54 - Jokenpo]
[2015-05-23 11:29:54 - Jokenpo] /home/gabriel/Área de Trabalho/Jokenpo/res/values-v11/styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-05-23 11:29:54 - Jokenpo]
[2015-05-23 11:29:54 - Jokenpo] /home/gabriel/Área de Trabalho/Jokenpo/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-05-23 11:29:54 - Jokenpo]
[2015-05-23 11:29:57 - Jokenpo] /home/gabriel/Área de Trabalho/Jokenpo/res/values/styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-05-23 11:29:57 - Jokenpo]
[2015-05-23 11:29:57 - Jokenpo] /home/gabriel/Área de Trabalho/Jokenpo/res/values-v11/styles.xml:7: error: Error retrieving parent for item: No resource found that matches the given name 'Theme.AppCompat.Light'.
[2015-05-23 11:29:57 - Jokenpo]
[2015-05-23 11:29:57 - Jokenpo] /home/gabriel/Área de Trabalho/Jokenpo/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-05-23 11:29:57 - Jokenpo]
This is an error that is being sent to the Eclipse ADT console every time I create an Android project!
In addition, the entire project code is full of bugs and bugs.
On your Androidmanifest.xml what is the value that is assigned to
android:targetSdkVersion
?– ramaral