Glitches in Chrome Browser in Android Emulator [Windows 11 Visual Studio 2022]
Asked Answered
O

3

11

When I open chrome on emulator & browse any website, I get this:

Issue

Specifications:

  • OS : Windows 11 Pro
  • Processor : Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz 2.00 GHz
  • GPU : AMD Radeon RX 550
  • Android SDK Version : 30.8.4
  • IDE : Visual Studio 2022
  • Emulator Specification : Below image

Android Device Manager configuration

It was working fine on Windows 10 & Visual studio 2019.

Osteopath answered 11/11, 2021 at 18:5 Comment(5)
do you have all the updates downloaded for android sdk and android studio ?Persecution
Why is the “xamarin.forms” tag on your question?Forzando
@MicahArmantrout, Everything is up to date and we are using visual studio 2022Osteopath
@ToolmakerSteve, I removed "xamarin.forms" tag. I gave that tag to get any one who is using xamarin forms has similar issue.Osteopath
I see your point. Because its happening in the emulator, which is probably only used by people programming for Xamarin. I was just confused because it didn’t seem to have anything to do with Xamarin. I’ll add xamarin.android tag to it - that may attract those who are specifically knowledgeable about android.Forzando
S
24

It could possibly be due to the new GPU driver updates that came along for Windows 11. As a workaroud give this a try until future updates fixes it.

enter image description here

Choose ANGLE(D3D11) as the renderer. Find this under Settings of the Android Emulator.

Selfexcited answered 18/11, 2021 at 16:41 Comment(1)
Thanks, it worked for me.Osteopath
P
2

After setting it to ANGLE (D3D11), as explained by Zammil, kill the emulator and start it again (in case you are wondering why it does not work). Open GL API level should stay as it is, here the image: enter image description here

Pyrology answered 14/11, 2022 at 15:50 Comment(0)
D
0

Accepted answer did not help to me. I had to go to Device Manager - edit my created Emulator - change Graphics to Software (previously it was Hardware). After that do Cold boot and there are no glitches anymore.

Or maybe you can check Graphics card driver update.

Dett answered 8/7 at 15:38 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.