Skip to content

Instantly share code, notes, and snippets.

@Sayuru99
Last active August 13, 2022 10:15
Show Gist options
  • Save Sayuru99/267d7299e1bebeaee08b35d26afa40e1 to your computer and use it in GitHub Desktop.
Save Sayuru99/267d7299e1bebeaee08b35d26afa40e1 to your computer and use it in GitHub Desktop.
This file can open your anddroid stuido emulator without opening android studio. Change username to your computer name
if not DEFINED IS_MINIMIZED set IS_MINIMIZED=1 && start "" /min "%~dpnx0" %* && exit
cd C:\Users\<user name>\AppData\Local\Android\Sdk\emulator
emulator -avd Nexus_5_API_28
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment