2017-02-22 187 views
0

當我推出的AVD經理Android Studio 2.2.3以運行AVD Nexus 5X API 25 x86,我得到了這些錯誤:錯誤啓動AVD

emulator: WARNING: Crash service did not start 
ERROR: resizing partition e2fsck failed with exit code 1 
init: Could not find wglGetExtensionsStringARB! 
getGLES2ExtensionString: Could not find GLES 2.x config! 
Failed to obtain GLES 2.x extensions string! 
Could not initialize emulated framebuffer 
Warning: requested ram_size 1536M too big, reduced to 1024M 
emulator: WARNING: userdata partition is resized from 550 M to 800 M 
Hax is enabled 
Hax ram_size 0x40000000 
HAX is working and emulator runs in fast virt mode. 
emulator: WARNING: UpdateCheck: Failure: Error 
emulator: Listening for console connections on port: 5554 
emulator: Serial number of this emulator (for ADB): emulator-5554 
emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it. 

我的電腦有4GB的內存。那麼我應該怎麼做才能解決這些錯誤?

+0

在我看來,[這](http://stackoverflow.com/questions/30686324/error-while-running-android-application-could-not-initialize-opengles-emulatio)將解決你的問題。 – azizbekian

回答

2

看來您的VGA驅動程序不支持OpenglES。

關閉此選項。

enter image description here