Skip to content

Instantly share code, notes, and snippets.

@brunomartinspro
Created July 23, 2020 17:09
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 brunomartinspro/5986945ea981279ee5d0e8ae80f0dfff to your computer and use it in GitHub Desktop.
Save brunomartinspro/5986945ea981279ee5d0e8ae80f0dfff to your computer and use it in GitHub Desktop.
Executes the android emulator for a image
cd $env:LOCALAPPDATA\Android\sdk\emulator
.\emulator -avd MY_AVD_NAME
[Environment]::Exit(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment