I am working on a project that has its own XML file in the res / values ββmap.
This is not deep XML:
<resources> <accesspoint ...
Eclipse generates an error: found tag accesspoint where item is expected
Now I was looking a bit for this problem, and there are similar problems everywhere. But there is no solution. When I change them all to an element and give them a name and type, I still get an error message on the closing tags, which simply say: "Take care of yourself here."
I have no ideas, does anyone know what that means? And how can I fix it?
android
Koen027
source share