Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```