Android Emulator boot Simulator

Source: Internet
Author: User

The phone is no longer around and ready to use the next simulator to debug the code. Enter emulator-avd nexus_6p_api_o(the name of the AVD can be obtained by command Avdmanager the list avd ), and the following error appears:

[140736745632704]:ERROR:./ANDROID/QT/QT_SETUP.CPP:28:QT Library not found at.. /emulator/lib64/qt/libcould not launch '. /emulator/qemu/darwin-x86_64/qemu-system-i386 ': No such file or directory

Then went to the SDK directory to find the two name of the file, and finally found in Sdk/emulator this folder, and through the which emulator command to find emulator incredibly in sdk/ Tools. After updating the SDK, Google changed the SDK folder. Here's how to fix it:

    1. Go to Sdk/emulator folder to run the emulator command to start the AVD
    2. Change path
    3. Changed from Export path= "$PATH: ~/library/android/sdk/tools" To export path= "$PATH: ~/library/android/sdk/emulator"

Android Emulator boot Simulator

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.