error with libz.so.1 on android studio [duplicate]

Use lib32z1 - worked for me (Ubuntu 13.10).

sudo apt-get install lib32z1

I had the same problem. I have installed couple packages, but this seemed to have fixed it

sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5