Android Build

Android Build

shenghaiwang

Automates Android project builds and testing from within your development environment. Provides tools to build, run unit tests, and execute instrumented tests on Android projects.

5484 views4Local (stdio)

What it does

  • Build Android projects
  • Run unit tests
  • Execute instrumented tests
  • Report build and test errors
  • Integrate with VS Code extensions

Best for

Android developers using VS CodeAutomating Android CI/CD workflowsTesting Android apps during development
Works with VS Code extensions like ClineNo complex setup required

Tools (3)

build

Build the Android project in the folder

test

Run test for the Android project in the folder

instrumentedTest

Run instrumented test for the Android project in the folder

Alternatives