emulator cannot start up

后端 未结 2 2037
遥遥无期
遥遥无期 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 <size> : physical RAM size in MBs

    So you can:

    emulator -avd <avd_name> -memory 1024

    0 讨论(0)
  • 2021-01-20 11:20

    Increase the memory on your emulator. 1.In android studio go to Tools--->AVD Manager 2. then click the edit button (green crayon) and click on "show advanced settings".

    0 讨论(0)
提交回复
热议问题