Skip to content

Instantly share code, notes, and snippets.

@cutiko
Created July 3, 2019 17:23
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cutiko/dd9d0b3facb34a61dc0b2b9cf4c91cc0 to your computer and use it in GitHub Desktop.
Save cutiko/dd9d0b3facb34a61dc0b2b9cf4c91cc0 to your computer and use it in GitHub Desktop.
Restart Android App using ADB

Remember to replace com.domain.appname with your actual app package name

adb shell am force-stop com.domain.appname
adb shell am start -n com.domain.appname/com.domain.appname.MainActivity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment