我正在使用
android studio 3.0.1,当我启动我的模拟器时,我收到很多错误消息,我试图分别解决每个问题,我也搜索了很多,但没有什么对我有用.
12:24 م Emulator: init: Could not find wglGetExtensionsStringARB! 12:24 م Emulator: OpenGL backend 'angle' without OpenGL ES 1.x library detected. Using GLESv2 only. 12:24 م Emulator: Failed to eglInitialize 12:24 م Emulator: Could not initialize emulated framebuffer 12:24 م Emulator: Warning: requested RAM 1024M too high for your system. Reducing to maximum supported size 512M 12:25 م Emulator: emulator: ERROR: Could not initialize OpenglES emulation,use '-gpu off' to disable it. 12:25 م Emulator: Process finished with exit code -1073741819 (0xC0000005)
我也试过this
解决方法
确保您的图形驱动程序已更新
>转到工具
>转到Android
>选择AVD Manager.
>单击“操作”下的铅笔图标
>单击“高级设置”按钮.
>在模拟性能行中将图形更改为软件GLES 2.0
>在内存中,行更改RAM字段为512(最小值).