以前にインストールして使用したAndroid SDK Managerを開こうとしています。公式Webサイトの手順はこちら: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
内でコマンドを1回実行すると、次の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
Ubuntu 14.10を実行しています。
android
そのディレクトリに名前の付いたプログラムがあるように見えるので、./android sdk
必要なものになるかもしれません。
ls
ますか()?そのディレクトリに./android sdk
呼び出さandroid
れたプログラムがあり、PATHに追加していない場合は、おそらく動作する可能性があります。