./fastboot:没有这样的文件或目录

时间:2012-08-23 23:21:27

标签: android linux ubuntu fastboot

我已经挣扎了一段时间了!我正撞在墙上。

我正在尝试运行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
...

2 个答案:

答案 0 :(得分:10)

这是您刚刚下载SDK的新机器吗?由于您运行的是64位分发版,请检查SDK可执行文件是否需要installed the ia32-libs package才能生效:

  

sudo apt-get install ia32-libs

答案 1 :(得分:0)

尝试使用su。

我对.android目录有同样的问题,即使使用ls命令我也看不到它(即使在su之后)。 su之后我可以在目录

中进行cd