-
Notifications
You must be signed in to change notification settings - Fork 0
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
.
- Home
- Overview
- Features
- Installation
- Usage Examples
- Integrating with Android Studio
- Integrating with Visual Studio
- Metrics
- Contribution
- License
- Why We Created This Repository
- Disclaimer
- Repository
For more information or if you have any questions, please open an issue on our GitHub repository.
© 2024 DevOculus-Meta-Quest. All rights reserved.