当IDE Android Studio运行时,可以很容易地从Ubuntu下的命令行启动Android模拟器。我的情况,我只是发出:
$HOME/Android/Sdk/emulator/qemu/linux-x86_64/qemu-system-i386 -avd My_Galaxy_Nexus
但是当IDE没有运行时,这会失败。我收到下一条错误消息(在我看来,这个警告可以忽略):
emulator: WARNING: encryption is off
This application failed to start because it could not find or load the Qt platform plugin "xcb"
in "".
Available platform plugins are: linuxfb, minimal, offscreen, xcb.
Reinstalling the application may fix this problem.
Aborted (core dumped)
我认为这是因为Android Studio IDE正在创建一个环境并加载我缺少的库(Qt平台),以便将模拟器作为独立模块启动。
由于IDE在我的笔记本电脑上消耗资源非常繁重,我宁愿只启动模拟器,因为对于我来说,如果没有Android或Mac智能手机,WhatsApp运行是一种有用的方法。
我的问题是:如何将模拟器作为独立应用程序启动?
答案 0 :(得分:1)
QT平台错误可能是因为您没有在"工具"中运行命令。 。目录
对于whatsapp,如果你真的不需要开发任何东西,你总是可以使用genymotion或nox模拟器。