Last active
June 28, 2020 17:23
-
-
Save gcantoni/585a30dfc44b22afe48d200030290cd5 to your computer and use it in GitHub Desktop.
Android 11 native wireless ADB support
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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