Eclipse ADT does not work

0
[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 being sent to the Eclipse ADT console every time I create an Android project!

In addition, the entire project code is full of errors and bugs.

    
asked by anonymous 23.05.2015 / 16:35

1 answer

0

Maybe this helps: link

It's more or less like this:

Lower the addCompat library here:

link

go to Windows -> Android SDK Manager on the extras tab select Android Support Library and confirm the installation. After that verify that it was installed with:

android-sdk/extras/android/support/v7/appcompat

Add the reference in your project:

  • Right click on your project.
  • Select properties.
  • Click 'add ...' below add library.
  • Select the supported lib
  • Clean and build your project
  • 23.05.2015 / 16:46