Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add setting to stop the action from downloading sdk tools #398

Open
JoseAlcerreca opened this issue May 24, 2024 · 2 comments

Comments

@JoseAlcerreca
Copy link

Hi!

I need to use build-tools;35.0.0-rc4 but version 34.0.0 is hardcoded.

A way to set the build tools version would suffice, but for certain scenarios we might need specific versions of each tool. I'd like to have a way to prevent the action from downloading the sdk tools (build tools, emulator...) as I would like to do it in another action.

@ychescale9
Copy link
Member

ychescale9 commented May 24, 2024

Sounds like we can add an option to completely skip the installAndroidSdk step? Do you have a sample workflow for how you expect it to work i.e. which action do you use to install the tools?

@t184256
Copy link

t184256 commented Jun 16, 2024

Could build-tools / platform / ... be configurable the same as ndk or cmake, maybe get a special none/null/skip value?

My use case is testing an APK that was built as a part of a different project altogether; I only need the emulator/adb.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants