0
When I start a project in the eclipse my solution already comes with errors. How do I fix this?
Is there any way I can fix this once and for all?
Edit: Error code: Description Resource Path Location Type error: Error Parsing XML: no element found abc_activity_chooser_view_list_item.xml /appcompat_v7/res/layout line 17 Android AAPT Problem
True, the error of "R cannot be resolved to a variable" means that the
resources
were not "compiled" (when Resource is compiled, it generates a class called R), due to the error of Parsing "Error Parsing XML: no element found" and "Premature end of file". Include this XML file in the question.– Wakim
From the image I get the impression that the error occurs in the XML of a file that starts with
"abc_activity_chooser_view_list_ite..."
which belongs to the libraryappcompat_v7
(that theoretically should not present errors). It is not one of those problems that is solved with a clear in the project?– Piovezan
I think a clean one won’t work in this case. I would recommend reinstalling the
Support Libraries
and theSupport Libraries Repository
using SDK Manager. There may have been some data corruption while downloading them.– Wakim
So if at last if it does not work, it will be that if I uninstall everything and reinstall dps will work normally?
– mrlucasrib