trying to install android studio on a debian 64 bits virtual machine, I got the famous error : Unable to run mksdcard SDK tool
I understood I am missing some packages so I tried : su apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6
but I got
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package lib32z1
E: Unable to locate package lib32ncurses5
E: Unable to locate package lib32bz2-1.0
E: Couldn't find any package by regex 'lib32bz2-1.0'
E: Unable to locate package lib32stdc++6
E: Couldn't find any package by regex 'lib32stdc++6'
So it won't work, I have been looking all over the internet without success... Thanks for your help guys !