I have an android studio project that gives spurious reports:
:app:mergeDebugResources: error.
Can not extract resource from com.android.aaptcompiler.ParsedResource@17e23bc1
Opening /app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/value.xml(given in log entry) shows an obsolete xmlns value of ‘http://schemas.android.com/tools’ and the ‘urn:oasis:names:tc:xliff:document:1.2’.
Schemas.android.com does not exist.
10 years old: Why is Android Studio reporting “URI is not registered”?.
14 yeats old :How do you resolve a URN?.
The answers given in using ‘build rebuildProject’ and lookups at http://www.lexml.gov.br don’t work anymore. I have restarted the android studio multiple times. Similar projects don’t report any such problem.
I can’t find an xsd file for any version of the xliff standard.
Why is this obsolete xmlns being used?
I could use xmlcatalog and rewriteURI but I can not find the xsd….
Thx in advance