Skip to content

Instantly share code, notes, and snippets.

@hisetu
Last active August 21, 2019 02:34
Show Gist options
  • Save hisetu/8c50e66ed67207d3a9b7f8f4177ee038 to your computer and use it in GitHub Desktop.
Save hisetu/8c50e66ed67207d3a9b7f8f4177ee038 to your computer and use it in GitHub Desktop.
Start Android emulator by command
CALL %LOCALAPPDATA%\Android\sdk\emulator\emulator.exe -list-avds
@ECHO off
SET /P name=Enter Emulator Name:
CALL %LOCALAPPDATA%\Android\sdk\emulator\emulator.exe @%name%
PAUSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment