android-emulator-container-scripts icon indicating copy to clipboard operation
android-emulator-container-scripts copied to clipboard

Emulator start up failure on Ubuntu VM

Open ganeshabg opened this issue 3 years ago • 2 comments

Hi ,

I am trying to start the emulator in an Ubuntu VM and I am getting the below error . I am enabled the hardware virtualisation on vm.

emulator: VERBOSE: MultiDisplay.cpp:673: config multidisplay with config.ini 0x0 0x0 0x0 emulator: No acpi ini file provided, using default emulator: Cold boot: requested by the user emulator: OpenGL Vendor=[Google (Google Inc.)] emulator: OpenGL Renderer=[Android Emulator OpenGL ES Translator (Google SwiftShader)] emulator: OpenGL Version=[OpenGL ES 3.0 (OpenGL ES 3.0 SwiftShader 4.0.0.1)] emulator: ERROR: detected a hanging thread 'QEMU2 CPU0 thread'. No response for 15012 ms emulator: ERROR: detected a hanging thread 'QEMU2 CPU1 thread'. No response for 15012 ms emulator: ERROR: detected a hanging thread 'QEMU2 CPU2 thread'. No response for 15012 ms emulator: ERROR: detected a hanging thread 'QEMU2 CPU3 thread'. No response for 15012 ms emulator: ERROR: detected a hanging thread 'QEMU2 CPU0 thread'. No response for 15012 ms emulator: WARNING: UpdateCheck: Failure: Error emulator: WARNING: UpdateCheck: failed to get the latest version, skipping check (current version '30.1.2-6800617') emulator: VERBOSE: System.cpp:665: Error: Internal error: could not read temporary file '/tmp/android-unknown/emulator-eKCLWi

Any help is much appreciated.

Thanks

ganeshabg avatar Sep 03 '21 15:09 ganeshabg

Could you perhaps share the emu-docker command used to create the container?

That way we can try to reproduce it and see what is going wrong.

pokowaka avatar Sep 03 '21 21:09 pokowaka

Hi , I am using the below one docker run \ -e ADBKEY="$(cat ~/.android/adbkey)" \ --device /dev/kvm \ --publish 8554:8554/tcp \ --publish 5555:5555/tcp \ us-docker.pkg.dev/android-emulator-268719/images/30-google-x64:30.1.2

ganeshabg avatar Sep 06 '21 06:09 ganeshabg