Back

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

Keep getting an error in the set-up wizard while trying to install android studio on Ubuntu.

"Unable to run mksdcard SDK tool."

Also, in the terminal I get this:

[ 115528]  ERROR - tRunWizard$SetupProgressStep$1 - Android Studio 1.1.0  Build #AI-135.1740770 

[ 115531]  ERROR - tRunWizard$SetupProgressStep$1 - JDK: 1.8.0_40 

[ 115531]  ERROR - tRunWizard$SetupProgressStep$1 - VM: Java HotSpot(TM) 64-Bit Server VM 

[ 115531]  ERROR - tRunWizard$SetupProgressStep$1 - Vendor: Oracle Corporation 

[ 115531]  ERROR - tRunWizard$SetupProgressStep$1 - OS: Linux 

[ 115532]  ERROR - tRunWizard$SetupProgressStep$1 - Last Action: 

1 Answer

0 votes
by (46k points)

This absolutely requires to be attached to the documentation, which is why I listed an issue about it a few months ago...

You require some 32-bit binaries, and you have a 64-bit OS version (apparently). Try:

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

That ran for me on Ubuntu 14.10.

The features will vary by Linux distro and version. 

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Sep 18, 2019 in Java by Ritik (3.5k points)
0 votes
1 answer

Browse Categories

...