When I try to run my WXGA800 emulator from Eclipse it\'s giving an error like this
Failed to allocate memory: 8
This application has requested the Runtime to
In my case, the solution was to change not only config.ini but also hardware.ini for the specific skin from hw.ramSize=1024 to hw.ramSize=1024MB.
To find the hardware.ini file:
config.ini and locate skin.path.android-sdk\platforms\android-15\skins\WXGA720.hardware.ini.hw.ramSize=1024 to hw.ramSize=1024MB.