Skip to content

Instantly share code, notes, and snippets.

@gcantoni
Last active June 28, 2020 17:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gcantoni/585a30dfc44b22afe48d200030290cd5 to your computer and use it in GitHub Desktop.
Save gcantoni/585a30dfc44b22afe48d200030290cd5 to your computer and use it in GitHub Desktop.
Android 11 native wireless ADB support
1) Navigate to Android SDK platform tools:
C:\Users\[user]\AppData\Local\Android\sdk\platform-tools
1) First time ONLY command to pair:
./adb pair ipaddr:port
2) Everytime to connect:
./adb connect ipaddr:port
SOURCE: https://developer.android.com/preview/features#wireless-adb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment