1

Why does my emulator screen look like gibberish? Gibberish

The emulator works fine, but when I try to visit any webpage on chrome using the emulator, it crashes as you can see.

I don't know where else to look, and I need to get this up and running soon, so I can contribute to my companies repository.

I'm hoping somebody with more experience may have had issues with this and experience handling it.

Note: I had to enable SVM and IOMMU in my BIOS to even get the emulator to start on windows. All because I'm using a Ryzen 5 processor.

Also there are no windows options to enable hyper-v.

Thanks in advance!

-Allen

Allen Birmingham
  • 150
  • 1
  • 1
  • 10

1 Answers1

1

The link in comment is right - this issue is because of vulcan. I solved it as described - created a file ~/.android/advancedFeatures.ini with following content:

Vulkan = off
GLDirectMem = on

And then restarted the emulator

StarterKit
  • 488
  • 4
  • 15