(Using Android Studio) AVD Gets Crash During Launch of My Applicaton

匆匆过客 提交于 2019-12-06 04:14:37

问题


I am New to Android application development. My AVD was working fine a day before but when I try to start it next day it stopped working by throwing the following errors:

Failed to create Context 0x3005
could not get wglGetExtensionsStringARB
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
could not get wglGetExtensionsStringARB
emulator: warning: opening audio output failed
Could not initialize emulated framebufferERROR: Could not create renderer: Couldn't find matching render driver

Please help me to figure out what happend.


回答1:


Check out your computer's video drive



来源:https://stackoverflow.com/questions/28853550/using-android-studio-avd-gets-crash-during-launch-of-my-applicaton

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!