3

I have tried to install android studio and i have already installed java jdk but my android studio setup says this "Unable to run mksdcard SDK tool".

aminul haque
  • 1,977

1 Answers1

5

Apparently you need to install few 32-bit binaries because the build-tools are not shipped with only 32-binaries. So if you are using a 64-bit OS the following should make it work:

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

Ron
  • 20,638