我正在使用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
答案 0 :(得分:10)
确保您的图形驱动程序已更新
答案 1 :(得分:1)
当我删除我的图形驱动程序并再次更新它时,我刚解决了几乎所有问题,但现在当我再次打开我的模拟器时,它给了我这样的信息: enter image description here
之后出现此错误: enter image description here
答案 2 :(得分:1)
我修改了avd配置文件并解决了类似的问题。
C:\Users\USER_NAME\ .android\avd\YOUR_VIRTUAL_DEVICE_NAME.avd
)config.ini
hw.gpu.mode
并将其设置为off
(hw.gpu.mode=off
)答案 3 :(得分:0)
答案 4 :(得分:0)
尝试过这些方法后,任何人仍然有问题,请注意,用于IntelliJ IDEA的Android插件一直存在问题(但Android Studio可以使用)。
https://youtrack.jetbrains.com/issue/IDEA-231313
解决方法是从IntellJ安装路径运行.bat
文件。