Skip to content

Instantly share code, notes, and snippets.

@christophior
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christophior/bcfe383a8b6c221d007d to your computer and use it in GitHub Desktop.
Save christophior/bcfe383a8b6c221d007d to your computer and use it in GitHub Desktop.
Android Wireless Debugging
// Add sdk path to .bash_profile
// example
// export PATH=/Users/ChrisV/Development/adt-bundle-mac-x86_64-20131030/sdk/platform-tools:/Users/ChrisV/Development/adt-bundle-mac-x86_64-20131030/sdk/tools:$PATH
// Connect device
adb tcpip 5555
adb connect <device ip>:5555
// now you can disconnect your device
adb usb // goes back to usb debugging
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment