emulator cannot start up

后端 未结 2 2039
遥遥无期
遥遥无期 2021-01-20 10:43

I\'m just install HAXM installer and Android SDK Tools and finally my AVD can launch. But the problem is it stucks on the android. I\'ve been waiting for 20 minutes but it s

2条回答
  •  清歌不尽
    2021-01-20 11:05

    Just to add to j2emanue's answer, if you're using command line to start the emulator, you can specify the -memory option. From the emulator -help command:

    -memory : physical RAM size in MBs

    So you can:

    emulator -avd -memory 1024

提交回复
热议问题