~ $ adb connect
adb: usage: adb connect <host>[:<port>]
~ [1]$ adb connect 10.0.0.234
missing port in specification: tcp:10.0.0.234

Hello adb, those square brackets around :<port> are supposed to mean it’s optional.

⤋ Read More