Skip to content

Tags: android-actions/setup-android

Tags

v4.0.4

Toggle v4.0.4's commit message
Update README.md with version 15859902 (22.0)

v4.0.3

Toggle v4.0.3's commit message
Update dependencies in README.md

v4.0.2

Toggle v4.0.2's commit message
Fix #537: stop installing the deprecated `tools` package

Google no longer serves the `tools` package: it is gone from
repository2-3.xml, so `sdkmanager tools` fails with
"Failed to find package 'tools'" and takes the whole action down with it.

- Drop `tools` from the default value of the `packages` input, leaving
  `platform-tools`. The command line tools that replaced it are already
  installed by this action, and there is no bare `cmdline-tools` package
  path to install instead (only versioned ones, e.g. `cmdline-tools;20.0`).
- Skip `tools` with a warning when it is requested explicitly, so the
  many workflows that pass `packages: 'tools platform-tools'` keep working
  instead of failing.
- Update the README accordingly.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

v4

Toggle v4's commit message
Update README.md with version 15859902 (22.0)

v4.0.1

Toggle v4.0.1's commit message
Update setup-android version in README.md

v4.0.0

Toggle v4.0.0's commit message
Migrate from ncc to esbuild

Allows updating @actions/core and @actions/tool-cache. Their old versions had dependencies with security issues.

v3.2.2

Toggle v3.2.2's commit message
Update dependencies

v3

Toggle v3's commit message
Update dependencies

v3.2.1

Toggle v3.2.1's commit message
Update dependencies and rebuild

v3.2.0

Toggle v3.2.0's commit message
[CI] Don't log licenses