Skip to content

Instantly share code, notes, and snippets.

View AbelWeldaregay's full-sized avatar
🎯
Focusing

Abel Weldaregay AbelWeldaregay

🎯
Focusing
View GitHub Profile
@AbelWeldaregay
AbelWeldaregay / Connect the debugger to the watch
Created November 24, 2019 19:18
The following commands are useful when connecting an android smartwatch to android studios for debugging.
adb forward tcp:4444 localabstract:/adb-hub
adb connect 127.0.0.1:4444