vault backup: 2025-01-15 09:53:11
This commit is contained in:
10
20. 專注/Android/ADB tcpip.md
Normal file
10
20. 專注/Android/ADB tcpip.md
Normal file
@@ -0,0 +1,10 @@
|
||||
Use `adb tcpip` to enable ADB over network.
|
||||
|
||||
# Setup Android Device
|
||||
Connect Android device to a PC via USB, and make sure ADB recognize your device.
|
||||
```
|
||||
$ adb devices
|
||||
List of devices attached
|
||||
0123456789ABCDEF device
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user