Skip to content

Instantly share code, notes, and snippets.

@huynhsamha
Created January 18, 2019 02:51
Show Gist options
  • Save huynhsamha/a5f262ea54b6655ef1eeed4784669d43 to your computer and use it in GitHub Desktop.
Save huynhsamha/a5f262ea54b6655ef1eeed4784669d43 to your computer and use it in GitHub Desktop.
Open AVD - Android Emulator without Android Studio on macOS
# 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