How to get AppCompat error from the application?

6

I had to reinstall Eclipse and when importing my app , it gives a styles error of AppCompat . I imported AppCompat and own AppCompat gives the same error. How can I resolve?

    
asked by anonymous 02.12.2014 / 01:33

2 answers

2

I've been through this problem, and it was not long ago. I tried everything, I even looked at Youtube.

And I think there's no way, so I ended up migrating to Android Studio. I believe that the occurrence of these errors is the lack of support. Since Google abandoned Eclipse for development on Android and opted for Android Studio.

    
03.09.2016 / 11:04
0

Do not import appcompat, remove that appcompat that you imported.

Create a new Test project and appcompat will create it automatically. Then clean up the project.

    
10.12.2014 / 15:03