My app compiles successfully, but I get this error:
URI is not registered (Settings | Languages & Fragmeworks | Schemas and DTDs)
at
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
in my arabic strings.xml
I've seen these links:
- Why is Android Studio reporting "URI is not registered"?
- Android Studio: Error parsing XML & URI is not registered
- Why am I getting error message "URI is not Registered"?
But none of them helped me.