


When I change Graphics setting as Software - GLES 2. When I set Multi-core CPU setting as 1: libGL error: unable to load driver: nouveau_dri.so Minor opcode of failed request: 24 (X_GLXCreateNewContext)Ĭurrent serial number in output stream: 59 Major opcode of failed request: 155 (GLX) X Error of failed request: BadValue (integer parameter out of range for operation) LibGL error: failed to load driver: swrast LibGL error: unable to load driver: swrast_dri.so LibGL error: failed to load driver: nouveau LibGL error: unable to load driver: nouveau_dri.so Setting AVD to run with 1 vCPU core only. When I start the Android emulator, I get this error: emulator: WARNING: Not all modern X86 virtualization features supported, which introduces problems with slowdown when running Android on multicore vCPUs. When the installation gets completed, we will see the following output: android-studio 3.3.1. KVM acceleration can be egrep -c '(vmx|svm)' /proc/cpuinfo To download and install the Android Studio snap package, we have to open our terminal using the Ctrl+Alt+T keyboard shortcut and type the below command: sudo snap install android-studio -classic.

Because Android emulator isn't run on all Linux distros for me. When I want to use Android emulator, I can't. It worked for me.I used a few Linux distros (Ubuntu, Deepin, etc.) and I'm using KDE Neon User Edition at the moment. \HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Android SDK Tools\PathĬhange the path to match the Android Studio SDK path, close everything, start the VS Emulator, run Android Studio, ensure ADB integration is off and try. We then decided to use Xamarin for our projects, so Xamarin was installed and installed an additional SDK by default, located here: C:\Program Files (x86)\Android\android-sdk.Ĭhanging Xamarin to match the same SDK path worked for me which I did in the registry (although through the VS settings I'd guess it's the same): My case may be different to others but I had Android Studio installed first which installs the SDK by default to: C:\Users\\AppData\Local\Android\sdk.

This thread helped me to solve my problem, in particular this answer:įor anyone else having the issue - none of the answers provided worked for me. If your case is different then restart your Android Studio and run the emulator again. You should also uncheck Tools > Android > Enable ADB Integration Check in your adle file if the targetSDK and minimumSdk version is lower or equal to the sdk version of your Emulator. Probably the project you are running is not compatible (API version/Hardware requirements) with the emulator settings.
