【问题标题】:Android Studio Virtual Device ErrorAndroid Studio 虚拟设备错误
【发布时间】:2015-09-28 13:21:07
【问题描述】:

我刚刚安装了 Android Studio,但每当我尝试运行模拟器时,都会出现以下错误:

C:\Users\Ayusch\AppData\Local\Android\sdk\tools\emulator.exe -scale 0.25 -netdelay none -netspeed full -avd Ayusch_Phone_API_23
Creating filesystem with parameters:
could not get wglGetExtensionsStringARB
    Size: 69206016
    Block size: 4096
    Blocks per group: 32768
    Inodes per group: 4224
    Inode size: 256
    Journal blocks: 1024
    Label: 
    Blocks: 16896
    Block groups: 1
    Reserved block group size: 7
Created filesystem with 11/4224 inodes and 1302/16896 blocks
emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
getGLES1ExtensionString: Could not find GLES 1.x config!
Failed to obtain GLES 1.x extensions string!
Could not initialize emulated framebuffer

请帮忙。 我已经设置了我的 AVD RAM to 512 Mb ,但还是不行。

【问题讨论】:

  • emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.你试过了吗?
  • 这不是直接解决您的问题,但会解决您的要求。我不建议你使用模拟器,而是使用 Genymotion genymotion.com 是移动开发的虚拟解决方案,我使用它。
  • @TobiaTesan 与在 AVD Manager 中禁用 Use Host GPU 相同。

标签: android virtual device avd


【解决方案1】:

在创建或编辑虚拟设备时禁用使用主机 GPU 取消选中 Use Host GPU

【讨论】:

  • 它工作,但显示质量太差。此外,由于标题栏不在视线范围内,我无法移动(拖动)设备。在顶部。它也卡在android屏幕上。设备卡在某种引导循环中。
  • 尝试为您的操作系统更新显卡驱动程序,重新启动计算机并设置最大分辨率。然后尝试启用Use Host GPU并启动模拟器。
  • 我将无法升级显卡。有没有其他办法。我的 AVD 显示器也太小了。
  • 我说的不是显卡升级,而是显卡驱动升级。尝试编辑虚拟设备并将Scale参数更改为更大的值。
  • 我的图形驱动程序已更新。我编辑了 AVD,但它仍然停留在那个 android 启动动画上并且没有加载锁定屏幕。请帮忙!!
猜你喜欢
  • 2019-01-28
  • 1970-01-01
  • 2012-08-16
  • 2017-04-03
  • 1970-01-01
  • 2018-08-22
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多