Skip to main content
Glama

Apktool MCP Server

build_apk

Generate APK files from decoded Apktool projects for Android reverse engineering and development. Specify project directory, output path, and build options.

Instructions

Build an APK file from a decoded APKTool project.

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

Other Tools from Apktool MCP Server

Related Tools

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