Android Build
Streamlines Android project development by providing automated tools for building, testing, and running instrumented tests through Visual Studio Code extensions, enabling seamless interaction and error reporting.
3 stars
0 tools
Created Aug 2025
@shenghaiwang/shenghaiwang-android-build-androidbuildAbout
Streamlines Android project development by providing automated tools for building, testing, and running instrumented tests through Visual Studio Code extensions, enabling seamless interaction and error reporting.
Categories
general
Installation
npm
npm install @shenghaiwang/shenghaiwang-android-build-androidbuild
Configuration
{
"mcpServers": {
"shenghaiwang-android-build-androidbuild": {
"command": "npx",
"args": [
"-y",
"@shenghaiwang/shenghaiwang-android-build-androidbuild"
]
}
}
}