简体   繁体   English

Google Chrome 在 Android 模拟器上以白屏打开

[英]Google Chrome open with white screen on Android Emulator

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.我正在尝试在Android emulator上运行最新版本的Google Chrome ,但是从 Play 商店升级后,它总是以白屏形式打开。 I even tried to download Edge chromium but had same issue!我什至尝试下载 Edge chromium 但遇到了同样的问题!

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.它在 1 周前工作,不确定是否有任何更新只是刹车。 I can see that last Chrome update was on January 4th, 2022.我可以看到上次 Chrome 更新是在 2022 年 1 月 4 日。

Environment:环境:

  • Emulator : Pixel 4 API 30模拟器:像素 4 API 30
  • Android Version : 11 Android 版本:11
  • OS : Windows 11操作系统:Windows 11
  • Chrome version: 97.0.4692.70铬版本: 97.0.4692.70

Screenshot for the white screen:白屏截图: 镀铬白屏

Any ideas will be much appreciated任何想法将不胜感激

I think i found a solution for Android 12 emulators.我想我找到了 Android 12 模拟器的解决方案。

Add following to C:\Users\%USER%\.android\advancedFeatures.ini将以下内容添加到C:\Users\%USER%\.android\advancedFeatures.ini

Vulkan = off
GLDirectMem = on

Sources:资料来源:

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

And

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM