Skip to content

Instantly share code, notes, and snippets.

@Godofbrowser
Last active December 7, 2020 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Godofbrowser/8de7fc9c0f3c90c4b2051b0bd6bc4c22 to your computer and use it in GitHub Desktop.
Save Godofbrowser/8de7fc9c0f3c90c4b2051b0bd6bc4c22 to your computer and use it in GitHub Desktop.
Launch android emulator from terminal without opening android studio (useful for developments with react native, ionic native, etc)

Change dir to sdk tools bin cd %ANDROID_SDK_ROOT%/tools

List and get device name

emulator -list-avds

Now you have list of available avds, copy one of the avd name and do next step

Launch the emulator

emulator -avd DEVICE_NAME_FROM_PREVIOUS_OUTPUT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment