2
2

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.

Windows で adb コマンドだけ入れる

Posted at

手順

  • デバイスをUSBでつなぐ

  • 下記ファイルを確認
    Downloads (ダウンロード) > platform-tools > adb.exe

  • 無ければ下記から SDK Platform-Tools for Windows をダウンロード & 解凍
    https://developer.android.com/studio/releases/platform-tools

  • adb.exe が入っているフォルダを開いて、エクスプローラーのアドレス打ち込む場所に cmd と入力

  • 黒い画面が開くので、下記をそのまま入力

./adb.exe devices

adb デーモンが起動して、つなげるようになる

2
2
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
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?