Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I get 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: '/FamilyTracker/project.properties'.

Please help. Thanks.

share|improve this question

1 Answer

Is this in eclipse? Is the file opened somewhere else? Try to click on "Refresh" after selecting the file.

In eclipse, you can enable auto-refresh on Window->Preferences menu, then General > Workspace. There, mark “Refresh automatically”. This will take care of refreshing the files for you automatically and avoid out of sync messages even if you are editing the file outside of eclipse as well.

By the way, on the Indigo version of Eclipse, the automatic refresh setting is now as "Refresh on access"

share|improve this answer
Okay. Thanks, actually i'm trying to add SherlockActionBar library to my project. I imported the library as a separate project but when i try to add it in my current project as a library it fails. I went through all the possible reasons over the internet but of no use. – Deeksha Singh Jan 27 at 8:46

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.