2014-07-02 genymotion Qt error in Ubuntu
When I was trying to install Genymotion on Ubuntu 14.04, I got this error
Installing log handler
Logging activities to file: /home/****
Aborted (core dumped)
the log file /home/xx/.Genymotion/genymotion.log has the following message:
... [Genymotion] [Fatal] Cannot mix incompatible Qt library (version 0x40806) with this library (version 0x40804)
The reason of this error is that Genymotion has its own Qt library which is not compatable with the system Qt library.
To fix this error, we need to let genymotion use system's Qt library. The following commands can fix this issue
sudo apt-get install libxi-dev libxmu-dev
# go to your genymotion directory
mkdir QtLibs && mv *Qt*.so* QtLibs
上一页2014-07-21 'Failed to clone a large git repository: The remote end hung up unexpectedly'下一页2014-04-30 可自动安装依赖的Ubuntu离线包安装工具 gdebi
最后更新于
这有帮助吗?