sign_apk
Sign APK files using specified keystores or default debug keys to prepare them for installation, with customizable output paths and key details.
Instructions
Sign an APK file.
Args: apk_path: Path to the unsigned APK file output_path: Optional path for the signed APK keystore_path: Path to keystore file (uses debug.keystore if not specified) keystore_pass: Keystore password (uses "android" if not specified) key_alias: Key alias (uses "androiddebugkey" if not specified) key_pass: Key password (uses keystore_pass if not specified)
Returns: Dictionary with operation results
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apk_path | Yes | ||
key_alias | No | ||
key_pass | No | ||
keystore_pass | No | ||
keystore_path | No | ||
output_path | No |