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 build
Increasing Xms and Xmx parameters in eclipse.ini worked for me:
Xms
Xmx
eclipse.ini
Original values:
-Xms40m -Xmx768m
New values:
-Xms256m -Xmx1024m