Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Genymotion Error in Ubuntu 14.04 LTS

I am trying to install Genymotion, but I got this error:

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

like image 536
Fernando Pie Avatar asked Nov 11 '14 16:11

Fernando Pie


1 Answers

I had this problem because I didn t realize I download version fo Linux 32 bits but I have 64 bits. In addtion, I have installed, before that, some librarys type libgstapp typing: .

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

Genymotion runs after that.

like image 116
Fernando Pie Avatar answered Oct 04 '22 17:10

Fernando Pie