Error: Unable to Run Mksdcard Sdk Tool

unable to run mksdcard sdk tool ubuntu 16.04 64bit

Seems that the only package you need is lib32stdc++6 for ubuntu 16.04

sudo apt-get install lib32stdc++6

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

For me the answer was here http://tools.android.com/tech-docs/linux-32-bit-libraries

At the time of this answer, the required libraries are

$ sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 lib32z1

Good luck!

Error: Unable to run mksdcard SDK tool

This really needs to be added to the documentation, which is why I filed an issue about it a few months ago...

You need 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 worked for me on Ubuntu 14.10.

UPDATE 2017-12-16: The details will vary by Linux distro and version. So for example, this answer covers newer Ubuntu versions.



Related Topics



Leave a reply



Submit