How to make Android’s aapt and adb work on 64-bit Ubuntu without ia32-libs (works for versions 12, 13 and 14)

Another way(without adding i386 architecture)…

sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5
sudo apt-get install lib32z1

Ref: Fix Android adb on Ubuntu 13.10 64bit

Leave a Comment