Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elitewise/windows-emulator-launcher
Launch any installed Android emulator on windows with the command line
https://github.com/elitewise/windows-emulator-launcher
android android-studio avd
Last synced: about 1 month ago
JSON representation
Launch any installed Android emulator on windows with the command line
- Host: GitHub
- URL: https://github.com/elitewise/windows-emulator-launcher
- Owner: EliteWise
- Created: 2023-10-12T14:59:57.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-18T18:48:53.000Z (about 1 year ago)
- Last Synced: 2023-11-18T19:31:32.353Z (about 1 year ago)
- Topics: android, android-studio, avd
- Language: Batchfile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# windows-emulator-launcher
Launch any installed Android emulator on windows with the command line without opening Android Studio.### Usage:
Open a command line (Win + R) and type `cmd`, then use the command below:
- To list all the available emulators:
```
start.bat
```- To launch a specific emulator:
```
start.bat emulatorName
```