0

Have to run Android XHDPI: ( Samsung Galaxy S III ) sized emulator in my eclipse environment.

I have done the following settings.

Target: Google APIs (Google Inc) - API Level 15

SD Card: size: 1024mb

Skin: Built In: WXGA720

Hardware: Abstracted LCD Density: 320

        VM application heap size: 48

        Device ram size: 1024

The emulator is not running any ideas please.?

lavan
  • 81
  • 1
  • 10
  • Without the error message, we can just guess that the problem lies somewhere in your computer... – ppeterka Oct 18 '12 at 07:17
  • i have read some post. it says the wxga720 emulator will work with only Rev.16. My environment is already updated with Rev.20. How to make run Rev.16 again. or any other suitable solutions. – lavan Oct 18 '12 at 07:18
  • Even then, posting the error message you get will be useful for users that are searching for an answer with that... – ppeterka Oct 18 '12 at 07:21

2 Answers2

1

As I mention here: https://stackoverflow.com/a/14420779/1993898

If your error was "failed to allocate memory: 8", I was able to fix this error by running AVD "as Administrator".

Community
  • 1
  • 1
Prymaldark
  • 141
  • 5
0

I often have this problem, i have 8gb of ram avalible and still it does not accept 1gb of ram for the emulator. Did you try to change the ram value to 512 for example? Because that's working for me.

Another solution often used is setting the screen dimensions manual, so not using the presets like WXGA720.

See this topic: Failed to allocate memory: 8

Community
  • 1
  • 1
Rolf ツ
  • 8,611
  • 6
  • 47
  • 72