I call this Error in error, because it reports wrong error.
I got this error while i execute ./adb devices
ERROR :
adb: No such file or directory
Error itself is very confusing, because the file is exist there and it reports false error. Well after searching on googe, found i36 compatibility libraries are missing there which i installed it simply with apt-get.
FIX “adb: No such file or directory”
apt-get install ia32-libs
It worked great for me. Let me know if you are stuck in same trouble.