はじめに
adbのバージョンによるのか、adb connectで接続できない場合があったため備忘録
コマンド
C:\Users\hoge>adb tcpip 5555
restarting in TCP mode port: 5555
rem 接続に失敗する
C:\Users\hoge>adb connect 192.168.XXX.XXX
missing port in specification: tcp:192.168.XXX.XXX
rem ポート番号を末尾に追加すると接続できる
C:\Users\hoge>adb connect 192.168.XXX.XXX:5555
connected to 192.168.XXX.XXX:5555
C:\Users\hoge>adb devices
List of devices attached
192.168.XXX.XXX:5555 device
確認したバージョン
C:\Users\hoge>adb version
Android Debug Bridge version 1.0.41
Version 29.0.1-5644136