Created
January 18, 2019 02:51
-
-
Save huynhsamha/a5f262ea54b6655ef1eeed4784669d43 to your computer and use it in GitHub Desktop.
Open AVD - Android Emulator without Android Studio on macOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Android Emulator | |
➜ ~ cd $ANDROID_HOME | |
➜ sdk cd emulator | |
➜ emulator ./emulator -list-avds | |
Nexus_5X_API_28_x86 | |
Pixel_2_XL_API_28_x86 | |
➜ emulator ./emulator -avd Nexus_5X_API_28_x86 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment