I am trying to run two emulators (Different devices ) on Android Studio. When I first ran the second, I had this error:
emulator: The memory needed by this AVD exceeds the max specified in your HAXM configuration.
emulator: AVD RAM size = 1024 MB
emulator: HAXM max RAM size = 512 MB
So I lowered the devices' RAM from 1024 MB to 512 MB, but the error remained the same. So I tried to increase HAXM max RAM to 1024 MB by running this command:
silent_install.bat -m 1024
--- > Intel HAXM updated successfully!
After that, I ran the emulator and the error is the same, except now
emulator: HAXM max RAM size = 0 MB
How come? I meant to increase the HAXM max RAM. How do I increase it back and run two emulators simultaneously?