Skip to content

Overview

Eliminater74 edited this page Jul 20, 2024 · 1 revision

Overview

adblib is a powerful Java/Kotlin library that enables programmatic access to ADB services via a socket channel. This library provides the functionalities that can be invoked from the adb shell command, making it highly useful for various host environments, from simple command-line applications to complex desktop applications like Android Studio and IntelliJ IDEA.

adblib is part of the platform tools source code used to build Android Studio or the IntelliJ IDEA IDE. You can find it in the AOSP repository. The goal of this repository is to enable building adblib without cloning the entire platform repository, using non-local dependencies usually shipped with the platform tools.

Read the README.origin.md for more information about adblib.

Clone this wiki locally