使用Ubuntu 14.04,内核3.13.0,KDE4.
我下载并安装了genymotion-2.2.2_x86.bin文件.当我运行可执行文件genymotion时,它出现在〜/ .Genymobile/genymotion.log中.
[Genymotion] [Fatal] Cannot mix incompatible Qt library (version 0x40806) with this library (version 0x40804)
Run Code Online (Sandbox Code Playgroud)
所以我用Google搜索了它.删除所有以"libQt*so*"命名的库,其中包含已安装的路径.然后在shell中运行genymotion并出现分段错误.
"dmesg |tail" said:
genymotion[16407]: segfault at 0 ip (null) sp bfd9a46c error 14 in genymotion[8048000+179000]
Run Code Online (Sandbox Code Playgroud)
但我用sudo运行它,genymotion成功启动.怎么了?