Android Emulator: Failed to allocate memory: 8 even with 8MB RAM

前端 未结 5 2075
你的背包
你的背包 2020-12-30 14:11

I\'m trying to start an emulator, but I keep getting the error Failed to allocate memory: 8.

There are some solutions to this problem, setting the RAM

5条回答
  •  南方客
    南方客 (楼主)
    2020-12-30 14:25

    Solved problem with:

    Open config.ini (location: C:\USERS\ YOURUSERNAME\.android\avd ) and set i.e.

    hw.ramSize=512
    

    to

    hw.ramSize=512mb
    

提交回复
热议问题