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
- Host: GitHub
- URL: https://github.com/tomhallam/launch-android-emulator
- Owner: tomhallam
- Created: 2020-11-01T03:29:29.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-01T03:36:26.000Z (over 5 years ago)
- Last Synced: 2025-10-19T06:59:19.707Z (9 months ago)
- Topics: android, macos, react-native
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```