Thứ Năm, tháng 5 15, 2014

Fix Error "bash: ./adb: No such file or directory" on Ubuntu 14.04 64bit

You can no longer install ia32-libs, so you must the individual 32 bit libraries needed by adb
sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5
And for Ubuntu 13.10 and 14.04 :
sudo apt-get install libc6-i386 lib32stdc++6 lib32gcc1 lib32ncurses5 lib32z1
Check and it worked !!!