Every project which I import to eclipse 1st give me this error
Then if I click ok, then library issues comes in which always it adds a broken library with a cross(X) mark. I tried many ways to fix this, This problem can be solved by fixing the error shown in the screenshot.
Anyone knows why its causing the error?
Help!!
Essentially what is happening, is that you change things externally which Eclispse cannot keep track of, hence I am guessing your
.projectfile was moved.A way to solve this is to refresh your project folder,
Project > Refresh. For more informationOr try the
refresh using native hooks or polling methodwhich is described hereIf worst comes to worst I would suggest recreating your project file and copying all the files over to the new project.
I hope this helps