简体   繁体   中英

Add language resources in android apk application

Well I have a single language android application that I translated strings in res/values/strings.xml to make it multi language application. I made for instance values-fr/strings.xml , values-es/strings.xml ... When compiling my application, I get this error mayapp/res/values-fr/strings.xml:1: error: Error parsing XML: XML declaration not well-formed mayapp/res/values-es/strings.xml:1: error: Error parsing XML: XML declaration not well-formed

How to solve this problem. I need your help since I'am new in android development.

使用数字代码表示特殊字符: <string name="app_name">R&#233;pondeur</string>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM