エミュレータ:警告:QXcbIntegration


8

Android StudioからAndroid Emulatorを実行すると、次の警告が表示されます:

エミュレータ:警告:QXcbIntegration:プラットフォームのOpenGLコンテキストを作成できません。GLXもEGLも有効になっていません((null):0、(null))

この警告は以前には表示されませんでした。この警告の目的は何ですか?無視する必要がありますか?それに対する修正は何ですか?

回答:


0

hw.gpu.mode = host、ハードウェアのOpenGLESのエミュレーションを実行しているようです。

emulator: CPU Acceleration: working
emulator: CPU Acceleration status: KVM (version 12) is installed and usable.
Warning: QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled ((null):0, (null))
...

emulator: GPU emulation enabled using 'host' mode
emulator: Initializing hardware OpenGLES emulation support
emulator: VERBOSE: emulator-qt-window.cpp:2824: setUIMultiDisplay id 0 0 0 1080 2220 add

エミュレータの次のバージョンがリリースされるまで待つか、ダウングレードしてください< 29.2.1


3
動作しません.....私は> glxinfo | grep "OpenGL version"> OpenGL version string:4.6.0 NVIDIA 430.26
Askani

issuetracker.google.com/… ...これは29.2.1、一部の新しい画像に必要なエミュレータバージョンに関するものです。以前のイメージを持つ以前のエミュレーターは引き続き機能するはずです。
Martin
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.