android – 模拟器:进程以退出代码-1073741819(0xC0000005)结束

我正在使用 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(最小值).

相关文章

Android性能优化——之控件的优化 前面讲了图像的优化,接下...
前言 上一篇已经讲了如何实现textView中粗字体效果,里面主要...
最近项目重构,涉及到了数据库和文件下载,发现GreenDao这个...
WebView加载页面的两种方式 一、加载网络页面 加载网络页面,...
给APP全局设置字体主要分为两个方面来介绍 一、给原生界面设...
前言 最近UI大牛出了一版新的效果图,按照IOS的效果做的,页...