Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Problem with Eclipse while programming for android - "Refreshing external folders"

I have set up Eclipse to run as smoothly as possible because I was having a lot of problems with it running out of memory in my last machine. One of the configurations was to have it automatically refresh the workspace every time I save. I don't know if that is the problem but I thought I's mention it.

Here's a screenshot of the error:

It happens every time I open Eclipse and save anything. I was also having another problem with something to do with my workspace being compliant with Java 1.6 when I need 1.5. But then I switched and the problem went away. This problem then popped up.

Does anyone know any solution to this because it is really getting annoying now.

like image 794
NotACleverMan Avatar asked Nov 08 '10 17:11

NotACleverMan


3 Answers

In case you're still having this problem: Yes, it's a well known bug and it is fixed. But the fix is not included in 3.6.1 yet - it's targeted for 3.6.2.

Workaround is closing all your projects and reopening them. For me (and others from what I gather from their comments) it worked.

Look here for details: eclipse bug report

like image 122
Axel Avatar answered Nov 10 '22 16:11

Axel


This is known bug in eclipse. Update your eclipse to the latest version and it should work fine. If it does not then request to reopen the bug.

Btw, I suggest you to use Eclipse yoxos, you can customize your eclipse here and download it. It's bug free. I have been using this from the last 2 years with any problem.

like image 25
zengr Avatar answered Nov 10 '22 15:11

zengr


Which version of Eclipse are you running? It clearly states in the Android docs that Helios is not supported, so if you are running Helios, that can cause issues.

You also don't specify which OS you are running, and Eclipse runs a more than one platform, so all types of things could be going on based on OS and permissions combinations.

Remember that this site is a lot like entering a bug.. the more information you provide, the better answers you get back.

like image 2
Richard K. Avatar answered Nov 10 '22 16:11

Richard K.