adb_start_app
Launch an Android app on a specific device by providing the package name, optionally specifying the activity or device ID using ADB MCP Server’s automation capabilities.
Instructions
Start an app on the device
Input Schema
Name | Required | Description | Default |
---|---|---|---|
activityName | No | Activity name (optional) | |
deviceId | No | Device ID (optional) | |
packageName | Yes | Package name of the app to start |