Skip to content

Instantly share code, notes, and snippets.

@gorrotowi
Created December 24, 2016 19:21
Show Gist options
  • Save gorrotowi/86eafdb96934ea8dd48d39db0c9fc5ef to your computer and use it in GitHub Desktop.
Save gorrotowi/86eafdb96934ea8dd48d39db0c9fc5ef to your computer and use it in GitHub Desktop.
With this commands you can deploy your Android project in a physic device with out usb cable
#ADB enable:
adb tcpip 5555
adb connect device-ip:5555
#ADB to disable:
adb -s device-ip:5555 usb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment