当我从eclipse运行我的android应用程序时,出现此错误。
Unexpected exception 'Cannot run program "/home/antz/Development/adt-bundle-linux/sdk/platform-tools/adb": error=2 No such file or directory' while attempting to get adb version from /home/antz/Development/adt-bundle-linux/sdk/platform-tools/adb
从Eclipse复制粘贴错误
[2012-11-26 13:43:08 - adb] Unexpected exception 'Cannot run program "/home/antz/Development/adt-bundle-linux/sdk/platform-tools/adb": error=2, No such file or directory' while attempting to get adb version from '/home/antz/Development/adt-bundle-linux/sdk/platform-tools/adb'
但是我的adb恰好在它说不存在的位置。
有什么问题,我该如何解决?
我进入了adb所在的目录(/home/antz/Development/adt-bundle-linux/sdk/platform-tools/
),然后键入adb,它说
antz@antz-90X3A:~/Development/adt-bundle-linux/sdk/platform-tools$ ls
aapt aidl dexdump fastboot llvm-rs-cc renderscript
adb api dx lib NOTICE.txt source.properties
antz@antz-90X3A:~/Development/adt-bundle-linux/sdk/platform-tools$ adb
bash: /home/antz/Development/adt-bundle-linux/sdk/platform-tools/adb: No such file or directory
adb是绿色的,这意味着它是可执行文件,对吗?
例如,dx也是绿色的,当我在命令提示符下键入dx时,它可以工作... adb怎么了?
platform-toolds
不platform-tools
?