fiberbas.blogg.se

Android studio emulator stuck on android logo
Android studio emulator stuck on android logo











Have you found a way around it, or have you stuck to running the emulator on the integrated Intel video (my current situation)?

android studio emulator stuck on android logo

I wanted to launch the Android Studio emulator taking advantage to the video acceleration provided by the NVIDIA chip, but so far it has been impossible. + 229634 segmentation fault (core dumped) env DRI_PRIME=1 ~/Android/Sdk/tools/emulator -avd Galaxy_Note_3_API_25 When running the emulator via command line with env DRI_PRIME=1 ~/Android/Sdk/tools/emulator -avd Galaxy_Note_3_API_25 &, what I see is: handleCpuAcceleration: feature check for hvfĮmulator: INFO: QtLogger.cpp:68: Warning: QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled ((null):0, (null))Įmulator: INFO: QtLogger.cpp:68: Warning: QMetaObject::connectSlotsByName: No matching signal for on_new_posture_requested(int) ((null):0, (null))Įmulator: INFO: QtLogger.cpp:68: Warning: QMetaObject::connectSlotsByName: No matching signal for on_dismiss_posture_selection_dialog() ((null):0, (null))Įmulator: Warning: skin file button uses unknown key name 'menu'Įmulator: Warning: skin file button uses unknown key name 'dpad-select'Įmulator: Warning: skin file button uses unknown key name 'T'Įmulator: Warning: skin file button uses unknown key name 'NEXT'Ĭannot add library /home/dmayr/Android/Sdk/emulator/qemu/linux-x86_64/lib64/vulkan/libvulkan.so: failedĪdded library /home/dmayr/Android/Sdk/emulator/lib64/vulkan/libvulkan.soĮmulator: INFO: GrpcServices.cpp:315: Started GRPC server at 127.0.0.1:8554, security: LocalĮmulator: INFO: EmulatorAdvertisement.cpp:93: Advertising in: /run/user/1000/avd/running/pid_229634.iniĮmulator: ERROR: AdbHostServer.cpp:102: Unable to connect to adb daemon on port: 5037 This is why I've preferred sticking to nouveau, which runs at decent speeds on the on-board NVS3100M chip on this T410s ThinkPad when invoked with env DRI_PRIME=1. My reasons for not using the proprietary NVIDIA driver (340.108 for my machine) are: When booting under the i915 / intel driver but running the emulator with env DRI_PRIME=1 to have it using NVIDIA graphics via nouveau, it runs but crashes on the first interaction with a mouse click. When running it under the i915 / intel driver (Intel HD graphics, i5-i540M processor), it runs OK.

android studio emulator stuck on android logo

Whenever I run Android Studio device emulator (installed with dependencies according to official instructions here) using the nouveau driver, the virtual device opens but crashes after the first click on the UI.

android studio emulator stuck on android logo

I'm running Kubuntu 20.04LTS on a 1st-gen Optimus-enabled ThinkPad T410s (dual graphics, Intel + NVIDIA).













Android studio emulator stuck on android logo