网上讲的什么各种方法均无效,windows易升升级到windows10最新版,安装各种虚拟监控服务(有没有用不知道,反正都做了,移动avd目录的那个别信),就差最后一步:

Create the file ~/.android/advancedFeatures.ini (for Windows users path should be C:\Users\Dane\.android\advancedFeatures.ini) with the following content:

# Here's how to disable Vulkan apps to talk to the emulator.

# Add the following lines to ~/.android/advancedFeatures.ini (create this file if it doesn't exist already):

Vulkan = off
GLDirectMem = on

 

这个错误也许只是个例, android studio 联网自动安装的,肯定是 as 有 bug。可以通过以下命令在 cmd 下看到报错信息,再根据报错信息有针对性的解决:

Android\Sdk\emulator>emulator.exe -avd Pixel_2_API_30

 

相关文章:

  • 2021-04-25
  • 2022-12-23
  • 2021-12-31
  • 2021-10-24
  • 2021-11-30
  • 2022-01-10
  • 2022-12-23
  • 2021-12-10
猜你喜欢
  • 2021-04-09
  • 2022-01-16
  • 2021-06-13
  • 2021-06-08
  • 2022-12-23
  • 2021-11-18
  • 2021-06-09
相关资源
相似解决方案