Skip to content

Instantly share code, notes, and snippets.

@paolorotolo
Created December 23, 2015 19:26
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 paolorotolo/7fdcf1780c944400036a to your computer and use it in GitHub Desktop.
Save paolorotolo/7fdcf1780c944400036a to your computer and use it in GitHub Desktop.
Connect and debug an Android Wear device
#!/bin/bash
adb forward tcp:4444 localabstract:/adb-hub
adb connect localhost:4444
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment