Unable to install Android Studio in Ubuntu

Carlos Carrizales picture Carlos Carrizales · Mar 4, 2015 · Viewed 125.3k times · Source

I'm using Ubuntu Gnome 14.04, and I have Java 8 installed (both the JDK and the JRE).

When I was installing Android Studio everything worked, but a message appeared saying:

Unable to run mksdcard SDK tool

How can I install Android Studio correctly, or how do I fix this ?

Answer

Rajesh picture Rajesh · Mar 4, 2015

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