我是android編程的新手。我是指Google開發(fā)人員網(wǎng)站來(lái)學(xué)習(xí)android。在運(yùn)行應(yīng)用程序UI時(shí),出現(xiàn)了這些錯(cuò)誤。 H:\SDK\tools\emulator.exe -avd Nexus_5_API_21_x86 -netspeed full -netdelay none emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it. 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 could not get wglGetExtensionsStringARB getGLES1ExtensionString: Could not find GLES 1.x config! Failed to obtain GLES 1.x extensions string! Could not initialize emulated framebuffer我正在使用android studio。
3 回答

四季花海
TA貢獻(xiàn)1811條經(jīng)驗(yàn) 獲得超5個(gè)贊
我最近遇到了同樣的問題,出現(xiàn)此問題的原因是AVD嘗試使用系統(tǒng)的圖形卡來(lái)渲染圖形,并且由于系統(tǒng)的圖形驅(qū)動(dòng)程序不是最新的或者不支持此操作而無(wú)法做到這一點(diǎn),因此這里是解決方案。
第1步:
更新您的操作系統(tǒng)圖形驅(qū)動(dòng)程序。
重新啟動(dòng)系統(tǒng)。
盡可能設(shè)置系統(tǒng)的屏幕分辨率。
嘗試立即啟動(dòng)您的AVD。
第2步:
如果步驟1失敗,請(qǐng)轉(zhuǎn)到AVD Manager。
編輯您的AVD。
取消選中“使用主機(jī)GPU”選項(xiàng)。
單擊完成(保存)。
再次啟動(dòng)AVD。
- 3 回答
- 0 關(guān)注
- 1136 瀏覽
添加回答
舉報(bào)
0/150
提交
取消