Android Studio Installation -Unable to run mksdcard SDK tool. on 32 bit Ubuntu 12.10
NickName:charany1 Ask DateTime:2015-03-26T23:20:00

Android Studio Installation -Unable to run mksdcard SDK tool. on 32 bit Ubuntu 12.10

So, I am trying to install Android Studio in

OS : UBUNTU 12.10, 32 bit.

And I tried installing it for 3-4 times each time it got stuck due to slow internet connection and showing Connection Lost in the terminal.

Now , this time when I again did

./studio.sh

it shows

Unable to run mksdcard SDK tool. One common reason for this failure is missing required libraries Please fix the underlying issue and retry.

I saw various posts which shows this occurs in 64 bit OS and installing libraries using

sudo apt-get install ia32-libs

or

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

will install required 32 bit libraries , but I am already on a 32 bit OS .

and when I try above command , I get

E: Package 'ia32-libs' has no installation candidate.

Software center also shows negative result: enter image description here

So, the point is has anyone came across this in a 32 bit UBUNTU 12.10 OS . Any workaround will be greatly appreciated .

Edit 1 Output when I try to install mentioned libraries for Ubuntu.

yogeshwardancharan@ubuntu:~/Android/Sdk/tools$ sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6 Reading package lists... Done Building dependency tree
Reading state information... Done Package lib32bz2-1.0 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

Package lib32ncurses5 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

Package lib32stdc++6 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

Package lib32z1 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'lib32z1' has no installation candidate E: Package 'lib32ncurses5' has no installation candidate E: Package 'lib32bz2-1.0' has no installation candidate E: Package 'lib32stdc++6' has no installation candidate

In above output it is mentioned that package may be available from another source ...can someone please help , what that source may be ?

Is it possible to compile these libraries from source . If so , how can I do it ?

Thanks.

Copyright Notice:Content Author:「charany1」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/29282316/android-studio-installation-unable-to-run-mksdcard-sdk-tool-on-32-bit-ubuntu-1

More about “Android Studio Installation -Unable to run mksdcard SDK tool. on 32 bit Ubuntu 12.10” related questions

Android Studio Installation -Unable to run mksdcard SDK tool. on 32 bit Ubuntu 12.10

So, I am trying to install Android Studio in OS : UBUNTU 12.10, 32 bit. And I tried installing it for 3-4 times each time it got stuck due to slow internet connection and showing Connection Lo...

Show Detail

Error: Unable to run mksdcard SDK tool

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$

Show Detail

unable to run mksdcard sdk tool ubuntu 16.04 64bit

I downloded android studio and I tried to install on ubuntu 16.04 64 bit but it has "unable to run mksdcard sdk tool" error. I checked all solutions but they produce errors too.

Show Detail

How to solve "Unable to run mksdcard SDK tool" when installing Android Studio on Fedora 21?

I'm trying to install Android Studio on a 64-bit Fedora 21 system. I got the JRE and JDK pre-requisites installed, unpacked the Android Studio installation, and from its "bin" directory issued "sh

Show Detail

Installing Android Studio in Ubuntu: Unable to run mksdcard SDK tool

I am working on setup Android Studio in Ubuntu, I tried install the packages that google mentioned for 64Bit OS sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libncurses5:

Show Detail

Android Studio install failed - unable to run mksdcard sdk tool in Windows

I installed Android Studio, but now fail in installing Android SDK when start lauching it. It says "unable to run mksdcard sdk tool", and tips that some libraries may be missing. I tried 32bit and...

Show Detail

Ubuntu android studio installation error

I am using 64 bit operating system(ubuntu 15.04) and I am also new in linux platform. When I try to install android studio I got an error "Unable to run mksdcard SDK tool". I try this one and it...

Show Detail

how to fix mksdcard error on Android Studio Setup on Mac?

How do I fix this error on running the Android Studio setup on Mac OSX10.7.5 "Unable to run mksdcard SDK tool. One common reason for this failure is missing required libraries Please fix the underl...

Show Detail

how do i solve error: unable to run mksdcard sdk tool . in windows 7 64 bit

I'm using VPN and I installed Android Studio, but now I'm failing to install Android SDK. If I'm launching it, I'm getting a message unable to run mksdcard sdk tool with tips that some libraries ma...

Show Detail

Unable to Run mksdcard sdk tool on ARMv7 Processor Ubuntu 14.04

When trying to install Android Studio on my Linux Laptop, I get "Unable to Run mksdcard tool" From what I can tell from searching, this is usually caused by lacking the 32 bit compatibility librari...

Show Detail