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".
Asked
Active
Viewed 9,661 times
1 Answers
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
-
did not work with my frsh ubuntu 16 isntall. any idea what to do on ubuntu 16? – tgkprog Jun 19 '16 at 19:12