Android Debugger (ADB) cheat sheet
adb is the command-line tool used for interacting with Android devices and debugging Android apps via the terminal. It's an incredibly versatile tool, full of many hidden gems. It can let you debug your apps over WiFi, copy files to/from your device, view logs, run terminal commands, and much more. Here's a quick list of