Skip to content

Instantly share code, notes, and snippets.

@goliver79
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save goliver79/8998578 to your computer and use it in GitHub Desktop.

Select an option

Save goliver79/8998578 to your computer and use it in GitHub Desktop.
[ANDROID] Install apk with adb
@ECHO OFF
REM Usage:
REM install_apk MyApp.apk
adb install %1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment