This is all happening in my Project -> res -> values -> strings.xml
file.
My string is as follows:
<string name="Bellowy">"During its action, if HP is less than 50%, increase all your creatures ATK by 30% during their next basic ATK"</string>
The console outputs this error strings.xml:98: error: Unexpected end tag string
. I've identified that having two %
signs does not register correctly in the R.java file. How can I fix this error and have two %
signs in my Strings.xml
?