0

我是 PHP 开发人员和 android 平台的新手,我已经安装了下面提到的详细信息,

1.jdk1.8
2.android 2.2 32bit
3.node js.

仅供参考,我使用命令行创建了新项目,简单的项目名称(测试),当尝试在下面运行时提到错误,..

C:\Users\Jtechusers\AppData\Local\Android\Sdk\tools\emulator.exe -netdelay none -netspeed full -avd Galaxy_Nexus_API_23_5
Could not load func glBindFramebuffer
Could not load func glGenFramebuffers
Could not load func glFramebufferTexture2D
emulator: WARNING: Crash service did not start
Could not load func glCheckFramebufferStatus
Could not load func glDeleteFramebuffers
Could not load func glIsRenderbuffer
Could not load func glBindRenderbuffer
Could not load func glDeleteRenderbuffers
Could not load func glGenRenderbuffers
Hax is enabled
Could not load func glRenderbufferStorage
Hax ram_size 0x20000000
HAX is working and emulator runs in fast virt mode.
Could not load func glGetRenderbufferParameteriv
Could not load func glFramebufferRenderbuffer
Could not load func glGenerateMipmap
emulator: Listening for console connections on port: 5554
emulator: Serial number of this emulator (for ADB): emulator-5554
GL error while resizing: 0x506 (ignored)
GL error while resizing: 0x506 (ignored)
Renderer error: failed to create/resize pbuffer!!
GL error while resizing: 0x506 (ignored)
GL error while resizing: 0x506 (ignored)
GL error while resizing: 0x506 (ignored)

笔记 :

在 AVD 管理器中,

Nexus 5X:5.2 1080x1920dpi,Marshmallow:Android 6.0 x86,Ram:512mb,VM 堆:64mb(如果更改 1536,我会在使用 512 时收到警告),内部存储:768,

我为此花费了更多时间。

请支持我,提前谢谢

4

2 回答 2

4

一旦我将模拟器设备从比我的计算机显示器大的屏幕尺寸更改为更小的屏幕尺寸,我就为自己解决了这个问题。

于 2017-01-12T16:19:16.400 回答
0

我使用此设置解决了问题

在此处输入图像描述

于 2021-02-10T18:45:10.877 回答