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/
) 인 디렉토리로 cd하고 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
?