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'.
Asked
Active
Viewed 881 times
3 Answers
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
Just right click on the project in the Package Explorer view and select Refresh. It works

Parth Bhayani
- 1,894
- 3
- 17
- 35
-
-
-
This will reduce your problem. just right click on the project in the Package Explorer view and select Refresh. – Parth Bhayani Nov 19 '15 at 06:38
-
after refereshing getting this error again error: Error retrieving parent for item: No resource found that matches the given name – Shikha Nov 19 '15 at 06:43
-
add appcompat_v7 support library into your project and than check. – Parth Bhayani Nov 19 '15 at 06:45
-
-
If you just right click of the project and than select properties and than select Android, inside this view you can add that library, it is very simple. – Parth Bhayani Nov 19 '15 at 06:48
-
-
If this answer helpful to you, please accept it and upvote it as well. – Parth Bhayani Nov 19 '15 at 07:00
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
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