ADB is a versatile command-line tool that lets you communicate with a device. The adb command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can use to run a variety of commands on a device. This package includes the official Google prebuilt binaries patched to work on Guix.
Included tools:
adb - Android Debug Bridge for device communication
fastboot - Tool for flashing system images
mke2fs - Create ext2/ext3/ext4 filesystems
e2fsdroid - Build an ext2/ext3/ext4 filesystem from a directory
make_f2fs - Create F2FS filesystems
adb is a versatile command line tool that lets you communicate with an emulator instance or connected Android device. It facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that can run commands on the connected device or emulator.