An open API service indexing awesome lists of open source software.

https://github.com/ibrahimsn98/android-sdk-server

Android SDK Command-line Tools HTTP Bridge
https://github.com/ibrahimsn98/android-sdk-server

adb android-sdk avdmanager cmdline-tools emulator sdkmanager

Last synced: 9 months ago
JSON representation

Android SDK Command-line Tools HTTP Bridge

Awesome Lists containing this project

README

          

# WORK IN PROGRESS

## Android SDK Command-line Tools HTTP Bridge

Android SDK Command-line Tools HTTP Bridge is an open-source HTTP server that acts as a bridge to the Android SDK's core command-line utilities — including sdkmanager, avdmanager, adb, and emulator.

This tool simplifies remote and programmatic access to Android SDK functionality by exposing these tools over a RESTful HTTP API. Ideal for use in CI/CD environments, cloud-based development, or remote emulation management.

- đŸ“Ļ SDK Manager Support — Install, update, and manage Android SDK packages via HTTP
- 👤 AVD Manager — Create and manage Android Virtual Devices (AVDs)
- 📱 ADB Integration — Run ADB commands remotely (e.g., install APKs, logcat, shell commands)
- đŸ•šī¸ Emulator Support — Start, stop, and interact with emulators over HTTP
- đŸ› ī¸ Runs as Daemon — Works as a background service on Linux or macOS