Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Full queue, lose event in Android Emulator

I'm using the Android emulator running API version 15 from the SDK tools and in the console I'm getting this error:

[Date - Emulator] ##KBD: Full queue, lose event 

I can't click on anything obviously. I googled it and the only solution is to delete the emulator and recreate it. This works for a while but then I have the same problem again.

Does anyone know what causes this error and how to fix it?

like image 218
James Becwar Avatar asked Nov 01 '11 02:11

James Becwar


People also ask

Why all Android emulator is slow?

The Android Emulator is very slow. The main reason is because it is emulating the ARM CPU & GPU, unlike the iOS Simulator, which runs x86 code instead of the ARM code that runs on the actual hardware.

How do you make AVD faster?

Go to the Android SDK root folder and navigate to extras\intel\Hardware_Accelerated_Execution_Manager. Execute file IntelHaxm.exe to install. (in Android Studio you can navigate to: Settings -> Android SDK -> SDK Tools -> Intel x86 Emulator Accelerator (HAXM installer)) Create AVD with "Intel atom x86" CPU/ABI.

How do I fix Android Emulator not working?

If the Android Emulator does not start properly, this problem is often caused by problems with HAXM. HAXM issues are often the result of conflicts with other virtualization technologies, incorrect settings, or an out-of-date HAXM driver. Try reinstalling the HAXM driver, using the steps detailed in Installing HAXM.


1 Answers

You can try the following to clear the old data and applications (your emulator will return to its default settings and data)

Tools --> Android --> AVD Manager

Then select your Emulator

From Actions column hit the arrow and select Wipe Data

like image 71
SHADOW.NET Avatar answered Sep 29 '22 20:09

SHADOW.NET