Files
reference/Android.md

13 lines
239 B
Markdown
Raw Normal View History

2026-08-04 15:32:57 +06:30
# Remote debug android phone
### Set the target device to listen for a TCP/IP connection on port 5555
```
$adb -s device_id tcpip 5555
```
### Connect to the device by its IP address
```
$adb connect device_ip_address
$adb devices
```