Incorrect line ending: found carriage return (\r) without corresponding newline (\n)

后端 未结 12 907
温柔的废话
温柔的废话 2020-12-24 11:37

I received error in my xml file. \"Incorrect line ending: found carriage return (\\r) without corresponding newline (\\n).

12条回答
  •  甜味超标
    2020-12-24 11:59

    Just clean the project. In Eclipse go in project menu:

    Project-> Clean 
    

    It will resolve the problem.

提交回复
热议问题