Skip to content

Instantly share code, notes, and snippets.

@bbonkr
Created July 22, 2019 05:17
Show Gist options
  • Save bbonkr/34fbccd85a9debad25621a403cf55e03 to your computer and use it in GitHub Desktop.
Save bbonkr/34fbccd85a9debad25621a403cf55e03 to your computer and use it in GitHub Desktop.

Query to list up for avd. 안드로이드 가상 장치 목록을 조회합니다.

$ emulator -list-avd
Android_Accelerated_Oreo
Nexus_5X_API_29_x86

execute a wanted avd. 원하는 가상 장치를 실행합니다.

$ emulator -avd Android_Accelerated_Oreo &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment