I'm trying to launch the Android emulator on a PC with 16GB RAM (Windows 8 x64) with the following settings:
Abstacted LCD Density: 240
Max VM application heap: 24
Device ram size: 2048
When I try to start the emulator, I get an error:
Starting emulator for AVD 'Android_4.0_1024'
emulator: WARNING: Requested RAM size of 2048MB is too large for your environment, and is reduced to 1152MB.
Failed to allocate memory: 8
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
What am I doing wrong and how can I run the emulator with more than 1 GB RAM?
Thanks in advance, Ivan