What problem does it solve?
This Skill provides a reliable and clean way to stop an Android/e/OS app running on a connected device. It automates the adb shell am force-stop command, ensuring the app terminates gracefully without losing data, which is crucial for debugging and testing workflows.
Core Features & Use Cases
- Graceful App Termination: Uses
force-stop to cleanly shut down all app processes, clearing memory while preserving app data and settings.
- Pre-Deployment Cleanup: Ensures a fresh state before deploying new versions or running tests, preventing conflicts or stale data issues.
- Use Case: Before deploying a new build of your Android app, use this skill to stop the currently running version, ensuring a clean installation and test environment.
Quick Start
Stop the Android app running on my connected device.