0

I am getting the following error whenever i try to open the project.properties file of my project :- Could not open the editor: Resource is out of sync with the file system: '/Myproject/project.properties'.

Shikha
  • 109
  • 6

3 Answers3

1

Window -> Preferences -> General -> Workspace

in workspace: make sure the first and second option are checked:

1) Build automatically

2) Refresh using native hooks or polling

enter image description here

Just right click on the project in the Package Explorer view and select Refresh. It works

Parth Bhayani
  • 1,894
  • 3
  • 17
  • 35
0

Try using android studio. It is THE official IDE. Eclipse community for android is deprecating at a faster rate. Any ways to resolve your issue checkout this link

avoiding "resource is out of sync with the filesystem"

Community
  • 1
  • 1
johnrao07
  • 6,690
  • 4
  • 32
  • 55
0

Right click on the project in the package explorer view and select "refresh" or just select the project and press F5.

Henry
  • 42,982
  • 7
  • 68
  • 84