Fernando Pie
Fernando Pie

Reputation: 895

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.

Upvotes: 15

Views: 13025

Answers (2)

Fernando Pie
Fernando Pie

Reputation: 895

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.

Upvotes: 28

Y Melo
Y Melo

Reputation: 423

I've run the command from Fernando Pie:

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

But I still got the error so, I found this that worked for me:

apt-get install libgstreamer-plugins-base0.10-0:i386

Upvotes: 9

Related Questions