I am trying to install Android Studio on my new Raspi 3B with Raspbian Jessie. In the middle of the setup wizard I get an error: "Unable to run mksdcard SDK tool." After searching through stackoverflow I found this on installing missing 32-bit libraries for 64-bit OS. However, I think that the latest Raspbian Jessie is 32 bit (even though the Raspi 3 is capable of 64 bit).
When I tried their suggestion, this is the output:
$ sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6
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'
Has anyone done this before or know of a workaround? Thank you!