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
- Host: GitHub
- URL: https://github.com/ibrahimsn98/android-sdk-server
- Owner: ibrahimsn98
- License: apache-2.0
- Created: 2025-06-15T11:49:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-26T11:50:04.000Z (12 months ago)
- Last Synced: 2025-07-22T07:30:47.748Z (11 months ago)
- Topics: adb, android-sdk, avdmanager, cmdline-tools, emulator, sdkmanager
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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