我已经为此挣扎了一段时间!我用头撞墙。
我正在尝试运行 fastboot (android-linux-tools/platform-tools/fastboot) 并且我收到一条 No such file or directory
消息。
我在 ubuntu 12.04 x64 上。我对 linux 并不陌生,我很困惑。
$ cd ~/android-sdk-linux/platform-tools
$ ./fastboot
-bash: ./fastboot: No such file or directory
$ ./adb devices
-bash: ./adb: No such file or directory
$ ls -la
...
-rwxrwxr-x 1 nick nick 159644 Apr 16 21:10 adb
...
-rwxrwxr-x 1 nick nick 149928 Aug 16 21:10 fastboot
...
最佳答案
这是刚下载SDK的新机器吗?由于您运行的是 64 位发行版,请检查您是否需要 installed the ia32-libs package 才能使 SDK 可执行文件正常工作: