Question

Looking for tips to speed my Eclipse, I notice the building process uses all these builders:

  • Android resource manager
  • Android pre compiler
  • Java Builder
  • Android Package Builder

Is it really necessary run all them each deploy?

I'm Using MOTODEV Studio for Android 2.1.1.

Was it helpful?

Solution

If they weren't necessary, they devs bringing you Android development tools would not have included them. I suggest that you look for performance boosts elsewhere. Builders aren't really meant to be tweaked by end users.

OTHER TIPS

What best increased the speed of eclipse for me was to add ram for android programming. I mean both physical ram and ram settings of eclipse :

in eclipse.ini :

-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top