Even I faced this problem initially. The emulator would not even come up. I has hw.ramSize: 1024 What I did was when I boot windows, I first open the emulator by using the avd manager from command line. Only then I start my other applications, otherwise windows does not allocated memory to emulator and the emulator does not come up. But since I use 1gb of ram for emulator, my windows runs very slow. So I had to bargain with windows and emulator.
I have 3gb of ram, since I develop and test on the same machine, I use hw.ramSize: 768 as the ram size for emulator. There is no minimum ram specified for emulator as far as I know (correct me if I am wrong). What you do is experiment with your ram size parameter from 256, 512, 768..., and also do not start any applications when you start windows, start the emulator first and then other applications. See which setting is best for the emulator and windows. On Nov 30, 2:57 pm, Manish Garg <[email protected]> wrote: > Hi All, > > I am trying to run my application on android 3.0 emulator on windows > machine having window 7 OS. It is very slow. Sometime application is > not getting started. Is there any specific hardware requriement like > RAM size for android 3.0. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

