https://github.com/maltsev-dev/android_emulator_launcher
Android emulator farm with UI launcher
https://github.com/maltsev-dev/android_emulator_launcher
android-sdk emulators lombok-maven swing-gui
Last synced: 11 months ago
JSON representation
Android emulator farm with UI launcher
- Host: GitHub
- URL: https://github.com/maltsev-dev/android_emulator_launcher
- Owner: maltsev-dev
- License: mit
- Created: 2023-09-11T09:01:42.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-24T08:06:18.000Z (over 1 year ago)
- Last Synced: 2025-04-05T12:23:07.265Z (about 1 year ago)
- Topics: android-sdk, emulators, lombok-maven, swing-gui
- Language: Java
- Homepage:
- Size: 42 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Android Emulator launcher




* 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`
### Use Case:
1. Update path to avdmanager, sdkmanager, emulator
2. Run Application
