4

I have notices following:

  1. if I have a project with minimum files in res folder, the project saves quickly, compiles quickly and launches quickly.
  2. But if I have a lot of resources, my project is saving, compiling and launching during relatively long period of time. This is really frustrating if you do some minor UI updates, and you have always wait Eclipse to generate R file etc.

Is there any recipe how to fix this?

MysticMagicϡ
  • 28,593
  • 16
  • 73
  • 124
Lyubomyr Dutko
  • 4,486
  • 7
  • 32
  • 39

1 Answers1

1

Android has to process all of the resource files, so naturally the more you have the longer it will take. You may be able to speed up all of Eclipse by following the tips in How can you speed up Eclipse?.

Community
  • 1
  • 1
Isaac Waller
  • 32,709
  • 29
  • 96
  • 107