how to install path adb code example
Example 1: how to install path adb
$ adb devices
Example 2: how to install path adb
$ adb -s <device name> reverse tcp:8081 tcp:8081
$ adb devices
$ adb -s <device name> reverse tcp:8081 tcp:8081