How to encode euro symbol in strings.xml file in android XML files

I thought it would be pretty easy to find out. However, Google is giving me poor results. Please, does anyone know how I can write the euro symbol in the value of strings.xml? I still get the exception that such a value is not valid. Thank.

+5
source share
1 answer

Use XML / HTML Object €:

€
+23
source

All Articles