13

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.

5
  • do you have all the updates downloaded for android sdk and android studio ? Commented Nov 11, 2021 at 21:40
  • Why is the “xamarin.forms” tag on your question? Commented Nov 12, 2021 at 0:24
  • @MicahArmantrout, Everything is up to date and we are using visual studio 2022 Commented Nov 12, 2021 at 1:13
  • @ToolmakerSteve, I removed "xamarin.forms" tag. I gave that tag to get any one who is using xamarin forms has similar issue. Commented Nov 12, 2021 at 1:21
  • 1
    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. Commented Nov 12, 2021 at 5:40

3 Answers 3

25

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.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks, it worked for me.
Where is this option located? I can't find it anywhere in Android Studio
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

Comments

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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.