4

I'm getting this error when trying to launch the emulator:

[2011-10-21 16:25:02 - Emulator] Failed to allocate memory: 8
[2011-10-21 16:25:02 - Emulator] 
[2011-10-21 16:25:02 - Emulator] This application has requested the Runtime to terminate it in an unusual way.
[2011-10-21 16:25:02 - Emulator] Please contact the application's support team for more information.

Emulator setup

I tried tinkering with the launch setup without success:

launch setup

The 4.0 emulator runs just fine. Running on Windows XP.

Yoav
  • 2,077
  • 6
  • 27
  • 48

2 Answers2

17

Setting device ram size to 512 fixed this.

Yoav
  • 2,077
  • 6
  • 27
  • 48
1

This is because of the memory allocation at the run time of and AVD either Reduce The RAM of that particular AVD or increase the RAM of the OS so that emulator can allocate that amount of required memory at their run time

Hope It may Help U all :)

Spry Techies
  • 896
  • 6
  • 21