Android用のエミュレーターがどのように機能するかを理解しようとしています。adt バンドル (Eclipse) を使用します。昨日エミュレーターがエラーで起動し、RAM、ヒープサイズを変更し、再作成し、再起動すると、エミュレーターを実行できました。今日コンピューターを再起動した後、エミュレーターは再び実行を停止します。同じエラー 0x3005 - OpenGlES。コンソール:
Android Launch!
adb is running normally.
Performing com.android0.MainActivity activity launch
Automatic Target Mode: Preffered AVD 'em10' is not available. Launching new emulator.
Launching a new emulator with Virtual Device 'em10'
Failed to create Context 0x3005
could not get wgGetExtensionsStringARB
could not get wgGetExtensionsStringARB
could not get wgGetExtensionsStringARB
emulator: WARNING: Could not initialize OpenglES emulation, using software renderer.
could not get wgGetExtensionsStringARB
could not get wgGetExtensionsStringARB
could not get wgGetExtensionsStringARB
could not get wgGetExtensionsStringARB
could not get wgGetExtensionsStringARB
emulator: emulator window was out of view and was recentered
....最終的にアプリケーションが起動され、機能しました。これらのエラーを受け取ったのはなぜですか? それらを回避する方法は?ありがとう。