Created
January 31, 2019 13:13
-
-
Save jhowbhz/651d728ae948172f889adcf7182dacb7 to your computer and use it in GitHub Desktop.
Open AVD image ANDROID_STUDIO .BAT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ 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