Skip to content

Instantly share code, notes, and snippets.

@daemon3000
Last active December 24, 2020 07:48
Show Gist options
  • Save daemon3000/22777dd137558adf96fb83eec4fca087 to your computer and use it in GitHub Desktop.
Save daemon3000/22777dd137558adf96fb83eec4fca087 to your computer and use it in GitHub Desktop.
Command line execution script for android studio.
@REM Add file to OS path and run from command line with: androidstudio path/to/my/project
@echo off
start "" "%ANDROID_STUDIO_HOME%\bin\studio64.exe" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment