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.