Skip to content

Instantly share code, notes, and snippets.

@jhowbhz
Created January 31, 2019 13:13
Show Gist options
  • Save jhowbhz/651d728ae948172f889adcf7182dacb7 to your computer and use it in GitHub Desktop.
Save jhowbhz/651d728ae948172f889adcf7182dacb7 to your computer and use it in GitHub Desktop.
Open AVD image ANDROID_STUDIO .BAT
@ CD %userprofile%\AppData\Local\Android\Sdk\emulator
@ ECHO SUAS "AVDS" CRIADAS NO ANDROID_STUDIO
@ ECHO -----------------------------
@ emulator -list-avds
@ ECHO -----------------------------
@ ECHO Por favor, digite o nome da sua imagem antes de continuar...
@ SET /p iso=NOME AVD --^>
@ emulator -avd %iso%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment