Android emulator failed to allocate memory 8

后端 未结 12 2208
误落风尘
误落风尘 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 16:55

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

    C:\Users\\.android\avd\.avd\config.ini
    

    Replace

    hw.ramSize=1024
    

    by

    hw.ramSize=1024MB
    

提交回复
热议问题