本文介绍了模拟器:进程以退出代码 -1073741819 (0xC0000005) 结束的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用 android studio 3.0.1,当我启动我的模拟器时,我收到了很多错误消息,我尝试单独解决每个问题,我也搜索了很多,但没有什么对我有用.
12:24 م 模拟器:初始化:找不到 wglGetExtensionsStringARB!12:24 م 模拟器:没有 OpenGL ES 1.x 库的 OpenGL 后端角度"检测到.仅使用 GLESv2.12:24 م 模拟器:eglInitialize 失败12:24 م 模拟器:无法初始化模拟帧缓冲区12:24 م 模拟器:警告:请求的 RAM 1024M 对您的系统来说太高了.减少到最大支持大小 512M12:25 م 模拟器:模拟器:错误:无法初始化 OpenglES 仿真,使用-gpu off"禁用它.12:25 م 模拟器:进程以退出代码 -1073741819 (0xC0000005) 结束
我也试过
- 点击操作下方的铅笔图标
- 点击高级设置按钮.
- 在 Emulated Performance 行中将 Graphics 更改为 Software GLES 2.0
- 在内存中,将 RAM 字段的行更改为 512(最小值).
I'm using android studio 3.0.1, when I start my emulator I get many error messages, I've tried to solve each problem separately, I also searched a lot but nothing works for me.
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)
I also tried this
解决方案
Make sure your graphics driver is updated
- Go to tools
- Go to Android
- Select AVD Manager.
- click on the pencil icon in under Action
- Click Advanced Settings button.
- In Emulated Performance row change Graphics to Software GLES 2.0
- In Memory, row change RAM field to 512(minimum).
这篇关于模拟器:进程以退出代码 -1073741819 (0xC0000005) 结束的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!