I have been working on an Android application recently, and I came across an error in my values.xml file, in the opening tag.
My code:
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
Error:
URI is not registered (Settings | Project Settings | Schemas and DTDs)
How do I fix this?