運行adb出現這種錯誤:bash: ./adb: No such file or directory 但adb確實存在。那說明你用的是64位的Linux,沒裝32位運行時庫,安裝$ sudo apt-get install ia32-libs 便可。bash