

If you plan to develop with Android, setup of the Android Debugging Bridge is essential, but for a casual user, it will save you the extra fuss to just stay clear. Once the application is paused, we have several options.

When the code containing the breakpoint is executed, the application will pause, and the debugger console will appear in the lower half of the Android Studio window: Using the Android Debugger.

However, the setup for these commands may not be worth it to the average Android user who won’t be diving into any of the more complex development uses. Once an emulator is up and running, travel to the activity the breakpoint was placed in. The easiest way to set up and take advantage of ADB is with a rooted device, considering the ways around that requirement can be a little confusing to set up. When you run, debug, or test your code, Android Studio uses a run/debug configuration to determine how to perform the operation. Because of this, those that are new to ADB should stick to File Manager type commands, like the ones in the link above. You can view an additional ADB commands list here.įor those not interested in Android development, backing up an SD card, and other data shifting commands would most likely be the most useful. You can view the link above for ADB command lists, tips, and general help that may be required with general ADB use, or even ADB use for development.
