While translating the text into Italian, I received an error on this line of the XML file strings.xml, because "the character is in L'utente:
<string name="usernotexist">L'utente non esiste</string>
How to solve this error?
try it
<string name="dialog">L\'tutente non esiste </string>
<string name="good_example">"This'll work"</string> <string name="good_example_2">This\'ll also work</string>
From the official documentation: http://developer.android.com/guide/topics/resources/string-resource.html
Source: https://habr.com/ru/post/1339019/More articles:how to perform high precision calculations in D? - floating-pointWhat is the difference between encodeURL and encodeRedirectURL? - javaHow to get a value from a user controller of a component on a Visualforce page controller? - apex-codePython C APi Deep Copy - cEnable yellow screen of death on MVC 3 - asp.net-mvc-3Hit-Count (read) array in Java - java"old format or invalid type library" - ms-officeSpell Checking - Ignore Word Set - bashEdit android 9patch png programmatically (change color) - androidHow to load and show data asynchronously - jqueryAll Articles