Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chemyl/android_emulator_launcher
- Owner: chemyl
- License: mit
- Created: 2023-09-11T09:01:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-19T05:31:01.000Z (about 1 month ago)
- Last Synced: 2024-11-19T06:23:22.301Z (about 1 month ago)
- Topics: android-sdk, emulators, lombok-maven, swing-gui
- Language: Java
- Homepage:
- Size: 38.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)