This package browser is in early development. Mind the rough edges.

adb

Android Debug Bridge

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.

Installation

Install the latest version of adb as follows:

guix install adb

Or install a particular version:

guix install adb@7.1.2_r36

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.