Skip to content

Instantly share code, notes, and snippets.

@Tracnac
Last active September 23, 2022 15:59
Show Gist options
  • Save Tracnac/a0a3b6533f866e4c1aa57e472c8cd649 to your computer and use it in GitHub Desktop.
Save Tracnac/a0a3b6533f866e4c1aa57e472c8cd649 to your computer and use it in GitHub Desktop.
ADB network setup #android

ADB network setup

cd /Users/.../Library/Android/sdk/platform-tools

./adb devices

./adb tcpip 5555

./adb connect 192.168.1.82:5555

./adb devices -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment