6
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 3 years have passed since last update.

Androidのワイヤレスデバッグを試す

Posted at

はじめに

  • Flutter2.0がリリースされていたのでちょっとさわってみようかと思い実機の準備をしていたところ、開発者向けオプションにワイヤレスデバッグという項目が追加されていたので調べてみました。
  • この項目はAndroid11から追加されたみたいです。
    • 今回使用する端末はPixel3です。

手順

  1. 開発者向けオプションのワイヤレス デバッグをタップ
    Screenshot_20210504-121912.png

  2. ペア設定コードによるデバイスのペア設定をタップ
    Screenshot_20210504-121942.png
    2.1. タップするとこんなダイアログが表示される
    Screenshot_20210504-122001.png

  3. ダイアログに表示されているIPアドレスとポートでadb pair [ip_address]:[port]を叩く
    3.1. 次にダイアログに表示されている6桁のペア設定コードを入力する。
    3.2. 一度ペアリングに成功すれば次回以降は自動的にペアリングされるようになります。

abdコマンドが見つからないとき

  • パスが通っていないと思われるのでパスを通す。
    • export PATH=$PATH:$HOME/Library/Android/sdk/platform-tools

おわりに

  • いちいちコードを繋がなくてもデバッグできるのはかなり快適でありがたい。:smile:
  • Android11以前でもワイヤレスデバッグをする方法はあったみたい。知らなかった。
    • IntelliJやAndroid Studio用の便利なプラグインもあるみたいです。
6
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
6
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?