first commit
This commit is contained in:
12
Android.md
Normal file
12
Android.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user