12

I'm trying to run latest version of Google Chrome on Android emulator, but after upgrading it from the Play Store, it always opened as a white screen. I even tried to download Edge chromium but had same issue!

I tried to Cold Boot, Wipe data, and create a new emulator, but had same issue. It was working before 1 week, and not sure if there is any update just brake things. I can see that last Chrome update was on January 4th, 2022.

Environment:

  • Emulator: Pixel 4 API 30
  • Android Version: 11
  • OS: Windows 11
  • Chrome version: 97.0.4692.70

Screenshot for the white screen: Chrome white screen

Any ideas will be much appreciated

Ebraheem
  • 603
  • 6
  • 24
  • 1
    I don't see how your question is related to programming. Therefore this seems to be better suited on https://android.stackexchange.com – Robert Jan 10 '22 at 17:23
  • Thank you @Robert , I saw some similar questions but the solution did not work for me, and I thought this can be a good place to ask. I will make sure to use the other mentioned website. – Ebraheem Jan 12 '22 at 13:21
  • @Ebraheem Did you solve it? I got the same problem – wallef Jan 24 '22 at 10:23
  • @wallef, unfortunately not. I had to use the older version that come with the emulator – Ebraheem Jan 26 '22 at 19:19

1 Answers1

15

I think i found a solution for Android 12 emulators.

Add following to C:\Users\%USER%\.android\advancedFeatures.ini

Vulkan = off
GLDirectMem = on

Sources:

https://stackoverflow.com/a/70842795/4329861

And

https://stackoverflow.com/a/68344341/4329861

wallef
  • 487
  • 3
  • 11