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:
- Go to Sdk/emulator folder to run the emulator command to start the AVD
- Change path
Changed from Export path= "$PATH: ~/library/android/sdk/tools" To export path= "$PATH: ~/library/android/sdk/emulator"
Android Emulator boot Simulator