I came across this problem when I tried to run the android studio.
According to this ticket : https://code.google.com/p/android/issues/detail?id=82711
According to this ticket : https://code.google.com/p/android/issues/detail?id=82711
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6
this command will solve the issue on ubuntu 14.04
But I had package dependencies broken on my ubuntu.
To run this successfully added following line
deb http://security.ubuntu.com/ubuntu trusty-security mainto /etc/apt/source.listThen I runt the commandsudo apt-get updatethen it worked fine for me!