Android ADB

ADB as a Service

Open Source Project

Also known as ADBaaS, it’s a small service that talks to Android ADB and Emulator using a HTTP API. It’s written in Java using Spring Boot and its main goal is to provide a simple and stateless API to interact with ADB and other Android SDK Tools (like the emulator control). This is very useful when performing automated tasks like testings apps.

Learn more about ADBaaS on https://eaceto.github.io/ADBaaS/

View API docs using SwaggerUI
View examples in every endpoint
Logical is implemented using Server Sent Events