-
-
Save Shilo/ae1189d1f363e46d81f7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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