build
Compile and generate the Android project located in a specified folder using the MCP Server. Ideal for developers needing to build projects directly within Visual Studio Code.
Instructions
Build the Android project in the folder
Input Schema
Name | Required | Description | Default |
---|---|---|---|
folder | Yes | The full path of the current folder that the Android project sits |
Input Schema (JSON Schema)
{
"description": "Parameters",
"properties": {
"folder": {
"description": "The full path of the current folder that the Android project sits",
"title": "Folder",
"type": "string"
}
},
"required": [
"folder"
],
"title": "Folder",
"type": "object"
}