androidbuild

androidbuild

2

The Android Project MCP Server is designed to streamline workflows for Android projects in Visual Studio Code. It supports building and testing projects with easy configuration and integration via tools like uv and PIP.

build

To build an Android project, you need to specify the project path with the `folder` parameter

test

Run unit tests, the `folder` parameter is required to specify the project path

instrumentedTest

Run the Instrumented test, the `folder` parameter is required to specify the project path