Skip to content

Instantly share code, notes, and snippets.

@Shilo
Forked from BenjaminKobjolke/test.snip
Created July 2, 2014 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shilo/ae1189d1f363e46d81f7 to your computer and use it in GitHub Desktop.
Save Shilo/ae1189d1f363e46d81f7 to your computer and use it in GitHub Desktop.
app id = de.xida.example
install:
adb install yourapk.apk
uninstall:
adb uninstall de.xida.example
kill task
adb shell am force-stop de.xida.example
start app (you need to know the MainActivity for that):
adb shell am start -n de.xida.example/.activities.MainActivity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment