模拟器-avd无法启动设备

时间:2018-02-13 20:24:02

标签: android ubuntu ubuntu-16.04 avd avd-manager

在Ubuntu 16.04上我安装了AndroidStudio,并通过其AVD管理器GUI创建了两个新设备。现在在终端上,当我输入emulator -list-avds时,它会正确列出设备,但在运行时emulator -avd <name>我遇到错误:

[139684796983104]:ERROR:android/android-emu/android/qt/qt_setup.cpp:28:Qt library not found at ../emulator/lib64/qt/lib
Could not launch '/home/amir/../emulator/qemu/linux-x86_64/qemu-system-i386': No such file or directory

我该如何解决?

1 个答案:

答案 0 :(得分:1)

在Windows 10和Ubuntu中我都遇到了同样的问题。简单的解决方案是我必须转到tools目录然后执行命令。例如在Windows中。

$ cd C:\Users\user-name\AppData\Local\Android\sdk\tools
emulator -avd <deviceName>

也很高兴提到我想要React-Native开发,Expo XDE救了我