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?
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?
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.
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.