Skip to content

32bit Android SDK on 64bit Debian

Anton edited this page Mar 23, 2015 · 2 revisions

How to make Android SDK work on 64-bit Debian

It is required in the current Debian versions (7.x):

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libncurses5:i386 libstdc++6:i386 zlib1g:i386

Clone this wiki locally