Skip to content

Instantly share code, notes, and snippets.

@behzadcym
Created January 19, 2021 10:33
Show Gist options
  • Save behzadcym/ee9f22e8c79496d48a8ce4c7dbdcf4a0 to your computer and use it in GitHub Desktop.
Save behzadcym/ee9f22e8c79496d48a8ce4c7dbdcf4a0 to your computer and use it in GitHub Desktop.
connect to physical device using wifi in android studio
- remove the adb located in /usr/bin/adb
- ~/Android/Sdk/platform-tools/adb kill-server
- ~/Android/Sdk/platform-tools/adb tcpip 5555
- ~/Android/Sdk/platform-tools/adb connect <phone_ip>:5555
- ~/Android/Sdk/platform-tools/adb devices
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment