error: Error parsing XML: not well-formed (invalid token) …?

后端 未结 9 1057
长发绾君心
长发绾君心 2020-11-29 02:22

I am working on an application, with following XML. but whenI try to clean/build my project the following error occurs:

\"error: Error parsing XML: not well-formed (

9条回答
  •  眼角桃花
    2020-11-29 02:41

    To solve this issue, I pasted my layout into https://www.xmlvalidation.com/, which told me exactly what the error was. As was the case with other answers, my XML had < in a string.

提交回复
热议问题