11 lines
228 B
Markdown
11 lines
228 B
Markdown
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
|
|
```
|
|
|