Skip to Main Content
Engineer learning about Android Debug Bridge

How to Set Up Wireless Debugging with Android Debug Bridge

Writing apps for Android devices can often be challenging enough as it is. Having to deal with different USB cables (or cables that don’t work) just adds to the struggle. It wasn't until recently that I found you could avoid a lot of cable issues by using Android Debug Bridge (ADB) to talk to devices wirelessly. I was a little shocked that I had not known about this ADB secret. Better late than never, I suppose.  In this post, I’ll…