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.
{ 7 comments… read them below or add one }
Im stuck in the same part bro
E:\>adb push gfree /data/local/tmp/
cannot stat ‘gfree’: No such file or directory
Which distro are you using? The above solution is for linux operating system.
Thank you, worked for me as well. (Ubuntu 12.04 Beta)
Thanks, this was exactly what I needed. (Debian squeeze)
worked for me on Ubuntu 12.04 – thanks!
Thanks. Saved me a lot of trouble
Worked for me too!