技术杂谈程序员

ubuntu下运行genymotion报错:error whil

2015-11-19  本文已影响1026人  Devid

ubuntu下安装好了Genymotion,然后进到安装目录下运行的时候却报错:

error while loading shared libraries: libgstapp-0.10.so.0: cannot open shared object file: No such file or directory

选区_005.png

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

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

然后再次运行Genymotion即可

./genymotion

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

上一篇下一篇

猜你喜欢

热点阅读