我已经挣扎了一段时间了!我正撞在墙上.
我正在尝试运行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
...
Run Code Online (Sandbox Code Playgroud)