December 18th, 2011, 09:20 PM
|
#2 (permalink)
|
|
Premium Member
Join Date: Oct 2011
Location: Sydney, Australia
Posts: 193
Device(s): Galaxy Nexus GSM
Thanks: 2
Thanked 37 Times in 33 Posts
|
Sounds like you need to invest in a beefier development machine. Particularly the more RAM you can have the better. You want enough so you can not only fit both Eclipse and the emulator in memory, but also have lots of spare RAM for disk cache. I have 12GB, but 4GB on WinXP should be enough, 6GB would be better.
Alternatively, you can develop using an actual android device instead of an emulator. This would free up some CPU and RAM for the IDE.
You don't absolutely need eclipse, or any IDE. You can (theoretically) develop using the command-line and a simple text editor. The Dev Guide on developer.android.com shows how you can setup and build Android projects from the command line.
|
|
|