Connect Device
Connection Methods
WiFi Connection (Recommended)
- Ensure phone and computer are on the same WiFi network
- Enable ADB over WiFi on your phone (usually via developer options or
adb tcpip 5555) - Enter phone IP and port in the device input (e.g.,
192.168.1.100:5555) - Click "Connect"
USB Connection
- Connect phone to computer via USB cable
- Enable USB debugging on your phone
- The device should appear in the dropdown automatically
Add Device
- Click device dropdown to see all connected devices
- Click "Add Device" to manually enter IP:port
- Format:
IP:PORT(e.g.,192.168.1.100:5555)
Connection Status
- Connected: Green status indicator, device info displayed
- Connecting: Yellow status indicator, attempting connection
- Disconnected: Gray status, no device connected
- Error: Red status indicator, connection failed (check IP and ADB server)
Troubleshooting
- Device not found: Make sure ADB server is running (
adb start-server) - Connection timeout: Check network connectivity and firewall settings
- Unauthorized: Unlock phone and approve USB debugging permission