connect_device
Connect to an Android device over Wi-Fi using its IP address and optional port to enable remote debugging and management.
Instructions
Connect to an Android device over TCP/IP (Wi-Fi) using its IP address and optional port.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | The IP address or hostname of the target device (e.g. '192.168.1.100') | |
| port | No | The TCP port to connect to (defaults to 5555) |