install_apk
Installs a local APK file onto a connected Android device, optionally replacing an existing app of the same package.
Instructions
将本地 APK 文件安装到已连接的 Android 设备。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apk_path | Yes | 本地 APK 文件的绝对路径,例如 /Users/xxx/app.apk。 | |
| replace_existing | No | 是否替换已安装的同包名应用,默认 True。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |