Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chemyl/android_emulator_launcher

Android emulator farm with UI launcher
https://github.com/chemyl/android_emulator_launcher

android-sdk emulators lombok-maven swing-gui

Last synced: 19 days ago
JSON representation

Android emulator farm with UI launcher

Awesome Lists containing this project

README

        

### Android Emulator launcher

![java Version](https://img.shields.io/badge/java-21%20-green)
![java Version](https://img.shields.io/badge/java_swing%20-orange)
![lombok Version](https://img.shields.io/badge/Lombok-1.18.30%20-orange)
![Build Status](https://github.com/chemyl/android_emulator_launcher/actions/workflows/maven.yml/badge.svg)

* If the required emulator image is missing, the program automatically `downloads` it from the Internet
* The device image must have `Google Play support`
* The program is capable of running `N` emulators
* The program must allow creating emulators with API versions from `22` to `33`
* The emulator screen must have the `screen -off` mode
* Program output: N running emulators, list of installed devices

#### Used Packages:
`SDKMANAGER`
`AVDMANGER`
`EMULATOR`
`ADB`

![launcher window](https://github.com/chemyl/android_emulator_launcher/raw/master/src/main/resources/screen1.png)