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

https://github.com/tomhallam/launch-android-emulator

Launch an Android Emulator from the command line
https://github.com/tomhallam/launch-android-emulator

android macos react-native

Last synced: 6 months ago
JSON representation

Launch an Android Emulator from the command line

Awesome Lists containing this project

README

          

# Launch an Android emulator

Launch an Android emulator for React Native development.

Tested on my Mac so far.

## Usage

Auto detect the first configured emulator and launch it:

```
npx launch-android-emulator
```

Launch a named emulator:

```
npx launch-android-emulator --name Pixel_3a_API_29_x86
```