My eclipse workspace has just one android project in it and is set to "build automatically". Every time I make a change to some code, and save the change, the workspace builds. Initially this is fine, but at some point the builds start to take about 5 seconds for every change. At this point, I create a new workspace and import the project, and everything works great for a while (days or weeks), but inevitably it slows down again. Has anyone else experienced this and/or have a solution?

link|improve this question

77% accept rate
What version of Eclipse are you using? – McStretch Jan 4 '11 at 17:20
1  
Get IntelliJ Idea, the free community edition, and forget about these problems ;) – 9000 Jan 4 '11 at 17:26
Currently Helios, but had the same issue in Galleio. – ab11 Jan 4 '11 at 17:34
Maybe some of opened projects in your workspace are unnecessary and 'heavy'. Try to close them – davs Jan 4 '11 at 18:23
I just started having this problem over the past week - Using Helios Eclipse. Rather than disabling auto-build, have you had any luck? – paiego Mar 26 '11 at 20:50
feedback

3 Answers

up vote 6 down vote accepted

You can try in Eclipse:

Window - > Preferences - > Android -> Build -> Skip packaging and dexing export on lanch. ...

And

UnMark : Project - > Build Automatically

And you can also complete with :

Window - > Preferences - > General -> Workspace - > Linked Resource - Enable linked resource (unmark) try only if your project not have resources from other project.

For me stoped building slow process after every save.

link|improve this answer
And don't forget to enable snapshots – Gabriel Fair Apr 11 at 0:00
feedback

Under top menu item Project->Build Automatically uncheck the option, then you'll have to build project manually before testing, just select Project->Build Project then Run after build completes.

link|improve this answer
feedback

Does it help if you clean your project (menu 'project'-> clean) and does that help?

This might be something that's a part of the slowness, although it doesn't explain why it's quick after a new import, and then slows down: Android compilation is slow (using Eclipse).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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