Android emulator failed to allocate memory 8

后端 未结 12 2195
误落风尘
误落风尘 2020-11-30 16:27

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         


        
12条回答
  •  隐瞒了意图╮
    2020-11-30 17:09

    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:

    1. Open the config.ini and locate skin.path.
    2. Then navigate to the folder where the android sdk is located.
    3. Open the path, like this: android-sdk\platforms\android-15\skins\WXGA720.
    4. Inside this folder you will locate the hardware.ini.
    5. Change hw.ramSize=1024 to hw.ramSize=1024MB.

提交回复
热议问题