Created
June 29, 2020 08:01
-
-
Save iniyanmurugavel/c865c128679a0adf172dc72455c8ed38 to your computer and use it in GitHub Desktop.
Connect wifi device for debugging
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
| https://android.jlelse.eu/wireless-debugging-through-adb-in-android-using-wifi-965f7edd163a | |
| platform tools connect | |
| adb kill-server | |
| adb tcpip 5555 | |
| adb devices | |
| adb connect 100.68.163.246:5555 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment