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

adb 7.1.2_r36

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 adb 7.1.2_r36 as follows:

guix install adb@7.1.2_r36

Or install the latest version:

guix install adb

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.