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
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
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".