1

I'm doing some programming in Android Studio and whenever I try to load a webpage in the emulator on Chrome, I get this:

glitched screen in android studio chrome

I'm using Android Studio Dolphin 2021.3.1 Patch 1, with the emulator running a Pixel 6 on API 33, on a PC running Windows 11 Home version 21H2. If any additional information is needed to diagnose this issue, let me know.

fifthfiend
  • 25
  • 8

1 Answers1

0

This answer helped me.

Emulator Settings -> Advanced -> OpenGL ES Renderer: select ANGLE (D3D11) -> restart emulator

enter image description here

Remie
  • 117
  • 1
  • 11