XDA Developers

Android Debug Bridge

Readers like you help support XDA Developers. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.

latest

ADB Tips and Tricks
ADB tips and tricks: Commands that every power user should know about

There's a lot to the Android Debug Bridge that you may not know about. Click here for some useful tips and tricks for using ADB!

4
By 

If you've been an Android enthusiast lurking in the modding scene, or an app developer for any length of time, sooner or later, you will stumble upon a neat tool called the Android Debug Bridge, or ADB for short. It's extensively used in Android Studio as a command line companion utility. Android developers also use it as a standalone solution to manually install and test apps on Android smartphones as well as emulated Android devices.

ADB
WebADB lets you run ADB right from your web browser

XDA Forums user SteelToe has released a new web tool that allows you to perform all functionality provided by ADB right from your browser.

3
By 

The Android Debug Bridge (adb) is a command-line tool that allows users to communicate with an Android device. With the developer tool, you can perform a number of actions, including installing and debugging apps, and also run nifty shell commands.