I had the same problem on my new 64-bit Ubuntu installation, and the path was configured correctly.
Thus, which adb will resolve correctly, but trying to execute it with an error will be adb: command not found .
Very useful guys from # android-dev pointed me to a solution, namely that 32-bit libraries were not installed. On my previous computers, this was probably dragged into a dependency on another package.
On Ubuntu (possibly other Debians as well) by running [sudo] apt-get install ia32-libs
zmalltalker Sep 24 '10 at 7:24 2010-09-24 07:24
source share