Showing posts with label debugging. Show all posts
Showing posts with label debugging. Show all posts

2020-01-20

enable adb over tcpip


# enable adb over tcpip
$ adb tcpip 5555
or
$ adb -d tcpip 5555

# adb connect over tcpip
$ adb connect 192.168.35.9
$ adb -l