This only works if you are using Android 6.0+. To forward a port using ADB run the following command in your terminal:
adb reverse tcp:8163 tcp:8163
👉 Source
This only works if you are using Android 6.0+. To forward a port using ADB run the following command in your terminal:
adb reverse tcp:8163 tcp:8163
👉 Source