Popular `adb` terminal commands
Clear the Android logcat buffer
Authored by: Michael Burr
Pull file from Android device
Pulls a file from an Android device to a local computer using adb.
Authored by: CommonsWare
Push local file onto Android device
Uses adb to push a file from a local computer to an Android device.
Authored by: Hardik Trivedi
Start an Android application using Android ADB tools
Sends an intent to start an Android application directly from the command line by using adb.
Authored by: Cristian
Stop an Android app
Force stops an Android app using adb by using the package name.
Authored by: Enrico Ros