Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>android-scriptsNew to Visual Studio Code? Get it now.
android-scripts

android-scripts

Android-scripts

|
1,817 installs
| (0) | Free
Scripts to build bundles and APKs, and open output folders.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Android Scripts - Visual Studio Code Extension

Description

Android Scripts is a Visual Studio Code extension designed to streamline Android project management. It offers convenient commands for executing builds, performing clean-ups, and easily accessing the Bundle/APK output folder directly from the editor.

Available Commands

This extension provides the following commands:

  • Assemble: Executes the command ./gradlew assemble or ./gradlew assemble${environment} to assemble the Android project. Users have the flexibility to enter a specific environment manually or use a saved environment.
  • Open Builds Folder: Opens the output folder containing the project's Bundle/APK in the File Explorer.
  • Clean Build: Executes the command ./gradlew clean to clean the Android project. Users can manually enter the environment or use a saved environment.

Installation

You can install this extension directly from the Visual Studio Code Marketplace or by following these steps:

  1. Open Visual Studio Code.
  2. Go to View > Extensions or press Ctrl + Shift + X.
  3. Search for Android Scripts in the search bar.
  4. Click Install next to the corresponding extension.

Configuration

No additional configuration is required to use this extension. The commands are ready to be executed on Android projects.

Contribution

We welcome contributions! If you'd like to contribute to this project, follow these steps:

  1. Fork this repository.
  2. Clone your forked repository: git clone https://github.com/santiagorobra/vs-code-android-scripts
  3. Create a new branch: git checkout -b your-branch-name
  4. Make your changes and commit them: git commit -am 'Add your message'
  5. Push your changes to your repository: git push origin your-branch-name
  6. Submit a Pull Request to the main branch of the original repository.

Issues and Suggestions

If you encounter any issues or have suggestions to improve the extension, please open an issue in the repository here.

License

This extension is licensed under the MIT License.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft