Skip to main content
Glama

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zinja-coder/apktool-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server