Search code examples
javaandroideclipseworkspacebuilding

What builders I really need on an Eclipse Android Project?


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.


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.