Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in Java by (10.2k points)

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 ?

1 Answer

0 votes
by (46k points)

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

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

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Mar 24, 2021 in Java by dante07 (13.1k points)

Browse Categories

...