Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't change "Emulated Performance: Graphics" setting in android studio

I'm trying to create a virtual device in AVD, however the graphics setting is grayed out. I've been able to successfully install HAXM and have also disabled windows Hyper-V. But the option is still grayed out.

enter image description here

like image 553
Sam Kora Avatar asked Sep 18 '25 15:09

Sam Kora


2 Answers

I had the same issue and the answers here didn't work. Try this:

vim ~/.android/avd/Pixel_3a_API_28.avd/config.ini

Search for hw.gpu.mode = software change it to: hw.gpu.mode = host

Now it shows correctly in AVD manager as:

enter image description here

You have other options too: https://developer.android.com/studio/run/emulator-acceleration?authuser=1

like image 168
Houman Avatar answered Sep 21 '25 17:09

Houman


I don't know exactly why but sometimes images with the Google Play Store don't allow you to configure graphics. Try with another image.

like image 38
darkbasic Avatar answered Sep 21 '25 16:09

darkbasic