1. Download bin files from official genymotion sites
2. chmod +x genymotion-2.5.bin
3. ./genymotion-2.5.bin
4. Open genymotion folder, Downloads/genymotion/.genymotion
If error occurred, such as abort (core dumped)... read the dumped log files. In my case it was incompatibility with Qt Library.
Solution:
1. apt-get install libxi-dev libxmu-dev
2. mkdir QtLibs && mv *Qt*.so* QtLibs
The last options will force Genymotion to use your System Qt Library Sumber http://aldokelvianto.blogspot.com
No comments:
Post a Comment