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

后端 未结 9 1071
长发绾君心
长发绾君心 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 03:02

    In my case I forgot to end my ConstrainLayout

    
    

    After that, everything started working correctly.

提交回复
热议问题