Unable to install Android Studio in Ubuntu [duplicate]

Presuming that you are running the 64bit Ubuntu, the fix suggested for “Issue 82711” should solve your problem.

sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6

Update:
For Ubuntu 15.10 & 16.04
sudo apt-get install lib32z1 lib32ncurses5 lib32stdc++6

Leave a Comment