Method from: http://stackoverflow.com/questions/42612468/ How-can-i-get-more-information-about-waiting-for-target-device-to-come-online
Reason: Android studio download Linux emulator, version 26.1, the library file is not compatible with the system, there may be compatibility issues on the version
Files are located in Androoid sdk/emulator/lib64/libstdc++
Should originate from the SDK's own version of the library file, the local related library updated after the map can be, the following steps:
First or update the installation library
$ sudo apt-get install lib64stdc++6:i386
$ sudo apt-get install Mesa-utils
Enter the folder under your Android SDK storage directory such as:
$ CD ~/android/sdk/emulator/lib64
Back up a bit
$ mv libstdc++/Libstdc++.bak
Take the library link from this machine
$ ln-s/usr/lib64/libstdc++.so.6 libstdc++
Issues with waiting for target device to come online when you start the emulator using Android Studio under Linux