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?
Share
You can try in Eclipse:
Window – > Preferences – > Android -> Build -> Skip packaging and dexing export or launch.(Speeds up automatic builds on file save)
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.