0
0

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】USBケーブルを使用せず、Wi-Fi経由でadb接続する

Posted at

用途

  • Android TVなど、PCとUSB接続が出来ないデバイスでのデバック
  • Android端末のUSB端子をUSBメモリ等で使用しつつデバック

手順

  • Android端末とPCを同じWi-Fi APに接続しておく
  • Android端末のIPアドレスを設定アプリ等から確認する
  • 以下のコマンドを実行
$ adb connect <Android端末のIPアドレス>
  • この状態でUSBケーブルでadb接続している場合と同様に操作できる
  • 接続解除する場合は以下のコマンドを実行
$ adb disconnect

以上です。

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?