I'm on Ubuntu 11.10 64bit and adb is excutable but when I use the commands in the terminal I get this:
adb: error while loading shared libraries: libncurses.so.5: wrong ELF class: ELFCLASS64
How do I get ADB to work?
sudo apt-get install ia32-libs
Install the 32-bit libraries: sudo apt-get install ia32-libs
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
626 times
active
sudo apt-get install ia32-libs– user8290 Feb 2 '12 at 1:32