Windows 8 (クリーン インストール) と android SDK をインストールしました。AVD を開始しようとすると、次のエラーが発生します。
Starting emulator for AVD 'Android4'
Failed to create Context 0x3005
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
could not get wglGetExtensionsStringARB
私はスタックオーバーフローで見つけたものをすべて試しました: GPU emulation=yes on AVD, copy libEGL_translator.dll,libGLES_CM_translator.dll, libGLES_V2_translator.dll, libOpenglRender.dll from android-sdk\tolos\lib to android-sdk\tolosと問題が続きます。
コマンドラインから「emulator」または「emulator-arm」を実行すると、同じエラーが発生します。
この前は、同じコンピューターで Windows 7 を使用していて、問題なく動作していました。Android SDK は Windows 8 で 20.0.3 で動作しますか? 何が問題なのですか?