app_start
Launch an app on an Android device using its package name; prefix with '+' to force-stop before launch.
Instructions
Launch an app on the device. Uses scrcpy START_APP when a session is active for faster launch, falls back to ADB am start. Supports force-stop prefix (+) to stop the app before launching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Package name to launch (e.g., 'com.example.app'). Prefix with '+' to force-stop the app first (e.g., '+com.example.app') | |
| serial | No | Device serial number |