Using adb over wifi with Android Tether device
# Set up adb to use tcpip port | |
adb tcpip 5555 | |
# Default device ip when it's used as a portable hotspot | |
adb connect 192.168.43.1 | |
# List connected devices | |
adb devices |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment