adb: No such file or directory

by

in Linux, Troubleshootings

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.

Related Posts:

{ 7 comments… read them below or add one }

miguel

Im stuck in the same part bro

E:\>adb push gfree /data/local/tmp/
cannot stat ‘gfree’: No such file or directory

Reply

Silentplay3r

Which distro are you using? The above solution is for linux operating system.

Reply

Knorre

Thank you, worked for me as well. (Ubuntu 12.04 Beta)

Reply

Colin

Thanks, this was exactly what I needed. (Debian squeeze)

Reply

pangolin

worked for me on Ubuntu 12.04 – thanks!

Reply

kahping

Thanks. Saved me a lot of trouble :-)

Reply

Also Colin

Worked for me too!

Reply

Leave a Comment

Previous post:

Next post: