Apktool MCP Server

build_apk

Convert a decoded APKTool project into an APK file. Specify project directory, optional output path, and build settings like debug mode or full rebuild.

Instructions

Build an APK file from a decoded APKTool project.

Args: project_dir: Path to the APKTool project directory output_apk: Optional output APK path debug: Build with debugging info force_all: Force rebuild all files

Returns: Dictionary with operation results

Input Schema

NameRequiredDescriptionDefault
debugNo
force_allNo
output_apkNo
project_dirYes

Input Schema (JSON Schema)

{ "properties": { "debug": { "default": true, "title": "Debug", "type": "boolean" }, "force_all": { "default": false, "title": "Force All", "type": "boolean" }, "output_apk": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Output Apk" }, "project_dir": { "title": "Project Dir", "type": "string" } }, "required": [ "project_dir" ], "title": "build_apkArguments", "type": "object" }
ID: jtugu4w3w9