Can't change the Ram size in AVD manager android studio

If you create an AVD with "Recommended" system image then you can't change the "Memory and Storage" parameters neither when you create AVD nor when you edit your AVD.

enter image description here

Solution:

You should select your "Image" from "x86 Images" tab and then change "Memory and Storage" parameters in the next page.


It happened to me with an image with the pre-installed playstore app. Maybe it is an android SDK bug. Try to create one with no playstore app.


Look for your avd folder, then look for the folder of the image you want to change and edit the config.ini. change the value of

hw.ramSize

Tags:

Android