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.
BSD 3-Clause "New" or "Revised" License
18
stars
8
forks
source link
Towards more general multi-device app management tool #16
Right now madb is specifically designed for Android devices and adb commands (with a little bit of added support for Flutter), but we might want to extend the tool and make it more generally useful for multi-device management regardless of their platforms (as a Baku CLI tool).
@jxson
Right now
madb
is specifically designed for Android devices andadb
commands (with a little bit of added support for Flutter), but we might want to extend the tool and make it more generally useful for multi-device management regardless of their platforms (as a Baku CLI tool).