您好,欢迎来好库! [ 请登录 ] [ 免费注册 ] 好库网首页 | 我的好库
好库网 好库网社区
IT社区 » 其它板块 » 手机开发(Android/WM) » resource is out of sync with the file system错误
回复 发帖
android 发表于 2011-12-29 9:16:39
1楼
resource is out of sync with the file system错误

在eclipse中,保存文件时报错:

Resource is out of sync with the file system: ...

 

    查阅资料后发现这是文件系统不同步的问题,是因为在eclipse之外对工程中的resource进行修改引起的;但是,有时没有在eclipse之外进行修改,也会报类似的错误。

解决办法:需要手动刷新一下资源管理器。

 

(1)在eclipse中,工程目录右键,选择F5(refresh)

 

(2)设置eclipse自动刷新。

 

通过Window->Preferences --> General --> Workspace,选中Refresh automatically即可

回复 发帖