Categories
Linux Troubleshootings

adb: No such file or directory

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.

14 replies on “adb: No such file or directory”

Im stuck in the same part bro

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

Thanks for the tip worked for me fresh install of Ubuntu 12.04…. what a great error message to have to work with……

Thanks for this – worked for me on my fresh install of 64bit Ubuntu 12.04

Comments are closed.