Android Studio is giving me errors for osmarender.xml when using the latest render theme version.
For this:
xsi:schemaLocation="
http://mapsforge.org/renderTheme ../renderTheme-v4.xsd"
...I get:
"Cannot resolve file 'renderTheme-v4.xsd'"
For this:
map-background-outside="#dddddd"
...I get:
"Attribute map-background-outside is not allowed here"
I am also getting some errors like:
For this:
<symbol id="monument" src="jar:symbols/monument.svg" />
...I get:
"Attribute id is not allowed here"
For this:
<caption symbol-id="monument" k="name" position="above"...
...I get:
"Attribute symbol-id is not allowed here" and "Attribute position is not allowed here"
Otherwise it seems to be working ok but doesn't look great with all the red error highlighting.