Skip to content

Instantly share code, notes, and snippets.

@armanso
Created October 26, 2020 20:50
Show Gist options
  • Save armanso/8aac41e8a897e15bfab7db993cede88b to your computer and use it in GitHub Desktop.
Save armanso/8aac41e8a897e15bfab7db993cede88b to your computer and use it in GitHub Desktop.
adb push install
adb push ./app.apk /data/local/tmp &&
adb shell pm install /data/local/temp/app.apk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment