Created
April 28, 2016 16:04
-
-
Save ip/ee37c0391fa36df80f5469cc7916f350 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/home/vanya/Android/Sdk/tools/emulator -netdelay none -netspeed full -avd Nexus_5_API_23_x86 | |
sh: 1: glxinfo: not found | |
sh: 1: glxinfo: not found | |
emulator: WARNING: Host CPU is missing the following feature(s) required for x86 emulation: SSSE3 | |
Hardware-accelerated emulation may not work properly! | |
libGL error: unable to load driver: r600_dri.so | |
libGL error: driver pointer missing | |
libGL error: failed to load driver: r600 | |
libGL error: unable to load driver: swrast_dri.so | |
libGL error: failed to load driver: swrast | |
X Error of failed request: BadValue (integer parameter out of range for operation) | |
Major opcode of failed request: 155 (GLX) | |
Minor opcode of failed request: 24 (X_GLXCreateNewContext) | |
Value in failed request: 0x0 | |
Serial number of failed request: 33 | |
Current serial number in output stream: 34 | |
QObject::~QObject: Timers cannot be stopped from another thread |
Ok, I got it from here: will let you know how it goes: will compare with native-activity to see what is the difference first. should be workable soon ( this is a lie from me :-))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, I have AMD CPU, it supports virtualization but Android Emulator only works with Intel.
Just in case, I changed
buildToolsVersion
from 23.0.2 to 23.0.3 but I guess this shouldn't matter.Uninstalling didn't help. native-activity runs fine.