Issues with waiting for target device to come online when you start the emulator using Android Studio under Linux

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.