我在 Ubuntu 16.04 中使用 Android Studio。我尝试在 Android Studio (tests) 中使用我的模拟器运行 (bundle exec rake run_acceptance_tests),但运行时出现以下错误消息:
RUNNING EMULATOR emu_19_WXGA720 at : 2017-03-14 12:25:27 +0200
Restarting adb server
Emulator boot
PORT 5554 ready for emulator connection
Checking property dev.bootcomplete
[140310914500416]:ERROR:./android/qt/qt_setup.cpp:28:Qt library not found at ../emulator/lib64/qt/lib
Could not launch '../emulator/qemu/linux-x86_64/qemu-system-i386': No such file or directory
Restarting adb server
error: device 'emulator-5554' not found
我需要安装 Qt 库或者其他东西吗?
答案1
答案2
ERROR:./android/qt/qt_setup.cpp:28:Qt library not found
这Could not launch '../emulator/qemu/linux-x86_64/qemu-system-i386': No such file or directory
可能是由最近的更新引起的。一个临时解决方案(直到发布更新来修复此问题)是使用目录中的终端启动模拟器/Android/sdk/tools
。