红联Linux门户
Linux帮助

ubuntu下运行genymotion报错:No such file or directory

发布时间:2016-03-13 22:24:45来源:linux网站作者:Devid

ubuntu下安装好了Genymotion,然后进到安装目录下运行的时候却报错:
error while loading shared libraries: libgstapp-0.10.so.0: cannot open shared object file: No such file or directory

ubuntu下运行genymotion报错:No such file or directory


原因是缺少两个库,不知道是不是我把libreoffice卸载了造成了库丢失,不管了,先装上这两个库再说:

sudo apt-get install libgstreamer0.10-dev   libgstreamer-plugins-base0.10-dev

然后再次运行Genymotion即可:
./genymotion


注意: 如果操作系统是32位,请下载32位的Genymotion,64位系统请下载64位Genymotion,否则还是无法运行!


本文永久更新地址:http://www.linuxdiyf.com/linux/18903.html