最近翻看以前的项目时候,想更改下布局文件,谁知道就改了个参数就提示如下的报错,百思不得其解,原来是这样解决的。小记一下。
更改layout的xml之后报错incorrect line ending found carriage return without corresponding newline
解决方案: ——clean一下项目,这个方法可以解决 。
此方案经过验证OK
最近翻看以前的项目时候,想更改下布局文件,谁知道就改了个参数就提示如下的报错,百思不得其解,原来是这样解决的。小记一下。
更改layout的xml之后报错incorrect line ending found carriage return without corresponding newline
解决方案: ——clean一下项目,这个方法可以解决 。
此方案经过验证OK