Skip to content

Instantly share code, notes, and snippets.

View Sayuru99's full-sized avatar
💭
I was There

Sayuru De Alwis Sayuru99

💭
I was There
View GitHub Profile
@Sayuru99
Sayuru99 / emulator.bat
Last active August 13, 2022 10:15
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