1. 程式人生 > >Failed to allocate memory: 8

Failed to allocate memory: 8

when i try to run my android emulator from eclipse its giving an error like this

Failed to allocate memory:8This application has requested the Runtime to terminate it in an unusual way.Please contact the application's support team for more information.

This following solution worked for me. In the following configuration file:

C:\Users\<user>\.android\avd\<avd-profile-name>.avd\config.ini

Replace

hw.ramSize=1024

by

hw.ramSize=1024MB