Apktool MCP Server

clean_project

Clean an APKTool project directory to reset it for rebuilding, with optional backup of build files, ensuring a fresh start for Android app reverse engineering.

Instructions

Clean a project directory to prepare for rebuilding.

Args: project_dir: Path to the APKTool project directory backup: Whether to create a backup of build directories before cleaning

Returns: Dictionary with operation results

Input Schema

NameRequiredDescriptionDefault
backupNo
project_dirYes

Input Schema (JSON Schema)

{ "properties": { "backup": { "default": true, "title": "Backup", "type": "boolean" }, "project_dir": { "title": "Project Dir", "type": "string" } }, "required": [ "project_dir" ], "title": "clean_projectArguments", "type": "object" }
ID: jtugu4w3w9