at the first setup, Android Studio asked me that how much ram does the emulator going to use. I entered 800M but it worked slowly. I need to make it a little bit bigger like 1.5GB. How can I do that? Is it editable after the first setup?
My answer seems to be old, so for recent versions check this answer
Go to Tools->Android->AVD Manager
, there's something like pencil to edit your AVD
click on that, then in the pop-up window click Show Advanced Settings
and there you can change the RAM
size.
Happy Coding
:)
–
Landed I generated a Pixel 2 image in the past and those values were locked to match the HW default of 1536
MB, so to edit them I had to "Show on disk" (from ADV manager) and edit the hw.ramSize
keys in hardware-qemu.ini
and config.ini
hardware-qemu.ini.lock
file and let it get generated automatically by running the emulator again. –
Deuteronomy My answer seems to be old, so for recent versions check this answer
Go to Tools->Android->AVD Manager
, there's something like pencil to edit your AVD
click on that, then in the pop-up window click Show Advanced Settings
and there you can change the RAM
size.
Happy Coding
:)
–
Landed Create a new virtual device from the AVD Manager.
Select New hardware profile(left-bottom corner) in the appearing window.
You can see an option Memory in the new secondly appeared window. Here you can change the ram size in the column RAM.
or you can create a new hardware profile, that allows you to choose the amount of ram avaliable. Also you can change the number of CPU cores in the hardware-quemu.ini and config.ini on the device files.
For Mac Users,
Go to Android studio -> Tools -> Device Manager -> Select your AVD and click on 3 dots -> Edit -> Show Advance Setting -> Scroll down -> Memory and Storage -> Give the customize ram in Ram field -> click finish.
Also make sure to restart the device if its already running to reflect the changes!
© 2022 - 2025 — McMap. All rights reserved.