이전에 설치하고 사용한 Android SDK 관리자와 공식 웹 사이트의 지침을 보려면 여기를 방문하십시오. http://developer.android.com/sdk/installing/adding-packages.html
말하다: Mac/Linux: Open a terminal and navigate to the tools/ directory in the Android SDK, then execute android sdk.
그러나 tools/
디렉토리를 탐색 하고 명령을 실행 android sdk
하면 다음 오류 메시지가 나타납니다.
android: command not found
왜 이런 일이 발생합니까? 어떻게 고칠 수 있습니까? 내가 뭔가 잘못하고 있습니까? 그것은 전에 일했는데 왜 지금 나에게 일어날까요? 디렉토리 pwd
내 에서 명령을 한 번 실행했는데 tools/
이것이 반환 된 것입니다.
/home/nikita/android-sdk-linux/tools
내부의 tools/
디렉토리 ls
명령 반환 :
android emulator64-mips lib screenshot2
ant emulator64-x86 lint source.properties
apps emulator-arm mksdcard support
ddms emulator-mips monitor templates
draw9patch emulator-x86 monkeyrunner traceview
emulator hierarchyviewer NOTICE.txt uiautomatorviewer
emulator64-arm jobb proguard
우분투 14.10을 실행 중입니다.
android
해당 디렉토리에 이름이 지정된 프로그램이있는 것처럼 보이 므로 ./android sdk
필요한 것일 수 있습니다.
ls
)이 무엇입니까? 아마도./android sdk
거기라는 프로그램의 경우, 작동 할 수 있습니다android
디렉토리에이하고 PATH에 추가하지 않았습니다.