2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Android SDKのコマンドのパスを通す (Windows)

Posted at

環境変数画面を開く(開きかたがWindowsバージョンにより違うので省略します)

環境変数.png

システム環境変数の「Path」を選択し、「編集」を押す。

環境変数設定.png

ここの末尾に以下値を追加します。値の間には「セミコロン」を忘れずに。私はCドライブの下にandroidというフォルダをつくってそこにsdkをインストールしましたが、適宜変更してください。
C:\android\sdk\tools;
C:\android\sdk\platform-tools

なんか前はtoolsだけいい気がしたんですが、どっかのバージョンからplatform-toolsも必要になったんですね。adbコマンドが通らなくてあせりました。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?