码迷,mamicode.com
首页 > 移动开发 > 详细

android修改布局后遇到 Incorrect line ending: found carriage return (\r) without corresponding newline (\n) 错误

时间:2014-08-14 10:28:58      阅读:374      评论:0      收藏:0      [点我收藏+]

标签:android   blog   http   文件   ar   2014   问题   line   

遇到这个问题,只需要在eclipse中的Project选项菜单中选择clean,选中当前的项目。clean之后就不会报错了。

 

如图:

bubuko.com,布布扣

Clean will discard all build problems and built states。

The projects will be rebuilt from scratch。

大致意思就是Clean之后 ADT会清除之前编译产生的文件和保存的状态。

重新编译就好了。

 

总之遇到特别奇怪的bug时,不妨clean之后,重新编译一次,也许就解决了。

android修改布局后遇到 Incorrect line ending: found carriage return (\r) without corresponding newline (\n) 错误,布布扣,bubuko.com

android修改布局后遇到 Incorrect line ending: found carriage return (\r) without corresponding newline (\n) 错误

标签:android   blog   http   文件   ar   2014   问题   line   

原文地址:http://www.cnblogs.com/sphere/p/3911825.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!