问题描述
Windows 10专业版下的Android Studio 2.1.2-4GB RAM HD 500GB
Android Studio 2.1.2 under Windows 10 professional - 4GB RAM HD 500GB
获取消息:
模拟器:警告:将VM堆大小设置为256MB
emulator: WARNING: Setting VM heap size to 256MB
getGLES1ExtensionString:找不到GLES 1.x配置!
getGLES1ExtensionString: Could not find GLES 1.x config!
启用了传真
无法获取GLES 1.x扩展字符串!
Failed to obtain GLES 1.x extensions string!
Hax ram_size 0x30000000
Hax ram_size 0x30000000
HAX正在运行,并且模拟器在快速虚拟模式下运行.
HAX is working and emulator runs in faast virt mode.
端口5554上的控制台,端口5555上的ADB
console on port 5554, ADB on port 5555
模拟器:错误:无法初始化OpenglES仿真,请使用'--gpu 关闭"以将其禁用.
emulator: ERROR: Could not initialize OpenglES emulation, use '--gpu off' to disable it.
无法初始化模拟的帧缓冲区
Could not initialize emulated framebuffer
如何解决这个问题?
推荐答案
- 转到"AVD管理器".
- 编辑您创建的虚拟设备(例如:Nexus_5_API_24).
- 点击高级设置按钮.
- 在仿真性能行中,将图形更改为软件 GLES 2.0
- 在内存行中,将 RAM 字段更改为 512 .
- 完成.
- Go to AVD Manager.
- Edit Virtual Device you create (for example: Nexus_5_API_24 ).
- Click Advance Settings button.
- In Emulated Performance row change Graphics to Software GLES 2.0
- In Memory row change RAM field to 512.
- finish.
也许可以解决您的问题,例如我的情况.
perhaps it will solve your problem such in my case.
这篇关于找不到wglGetExtensionsStringARB的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!