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 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from Apktool MCP Server
- analyze_permissions
- build_apk
- check_apktool_version
- clean_project
- compare_smali_files
- create_project
- decode_apk
- delete_project
- extract_dex
- get_apktool_yml
- get_available_devices
- get_manifest
- get_resource_file
- get_smali_file
- install_apk
- list_packages
- list_resources
- list_smali_directories
- list_smali_files
- list_workspace_projects
- modify_resource_file
- modify_smali_file
- search_in_files
- sign_apk
Related Tools
- @zinja-coder/apktool-mcp-server
- @Rahulec08/appium-mcp
- @hyperb1iss/droidmind
- @zinja-coder/apktool-mcp-server
- @zinja-coder/apktool-mcp-server
- @zinja-coder/apktool-mcp-server