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

后端 未结 9 1070
长发绾君心
长发绾君心 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:56

    I tried everything on my end and ended up with the following.

    I had the first line as:

    
    

    And I was missing two spaces there, and it should be:

    
    

    Before the version and before the encoding there should be a space.

提交回复
热议问题