Android - Failed to allocate memory

I get this error when trying to start 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 support team for more information. 

Emulator setup

I tried to configure startup without any problems:

launch setup

Emulator 4.0 works fine. It works in Windows XP.

+4
source share
2 answers

Set the device plunger size to 512.

+17
source

This is because the allocation of memory at run time and AVD reduces the RAM of this particular AVD or increases the RAM of the OS, so that the emulator can allocate this amount of required memory during runtime

Hope it can help u all :)

+1
source

All Articles