Popular `android` terminal commands
Root your emulator
Roots your Android emulator
Authored by: Odin Asbjørnsen
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 a deeplink to your Android device
Uses adb to push a deeplink onto an Android device.
Authored by: Odin Asbjørnsen
Push local file onto Android device
Uses adb to push a file from a local computer to an Android device.
Authored by: Hardik Trivedi
Search for a package on a Android device
Use ADB to search for packages on a Android device.
Authored by: Odin Asbjørnsen
Send a Firebase push notification to a local Android emulator
Uses adb to push a Firebase push notification to your local emulator
Authored by: Odin Asbjørnsen
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