系统是ubuntu14.0.4
下载 genymotion-2.7.1-linux_x64.bin
chmod +x genymotion-2.7.1-linux_x64.bin
执行上面之后启动./genymotion 报错 找不到 libstdc++.so.6 not found ....(bala bala) (大致是这种错误)
在* 找到如下 http://*.com/questions/20357033/how-to-fix-program-name-usr-lib-x86-64-linux-gnu-libstdc-so-6-version-cxx
执行一下命令
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install gcc-4.9 g++-4.9
再次执行 上面的错误消失,报找不到 genymotion.log
按照错误提示 手动创建这个文件,再次执行 ./genymotion 还是不行.
查看日志 tailf [path]/genymotion.log 显示 "reinstalling the application may fix the problem"
删除genymotion 安装目录
重新安装,再次执行 ./genymotion 主界面出来了.