Setup Android SDK Tools
Version updated for https://github.com/android-actions/setup-android to version v4.0.1.
- This action is used across all versions by 21,183 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-android GitHub Action automates the setup of the Android SDK tools in CI/CD workflows. It installs and configures essential components like platform-tools and cmdline-tools, ensures SDK licenses are accepted, and resolves common issues such as spaces in SDK paths on Windows runners. This action streamlines Android development pipelines by providing a ready-to-use environment for building and testing Android applications.
What’s Changed
Update npm dependencies