Last active
August 13, 2022 10:15
-
-
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
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
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