Multi-device Android Debug Bridge (madb): A command line tool that wraps Android Debug Bridge (adb) and provides various features for controlling multiple Android devices concurrently.
The serial number could be passed in with {{serial}} keyword, and ANDROID_SERIAL would be implicitly set so that commands which don't take the serial number as an argument can still be run.
Allow running any external commands using
madb
.The serial number could be passed in with
{{serial}}
keyword, andANDROID_SERIAL
would be implicitly set so that commands which don't take the serial number as an argument can still be run.