android-emulator-runner icon indicating copy to clipboard operation
android-emulator-runner copied to clipboard

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

Open JoseAlcerreca opened this issue 1 year ago • 2 comments

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.

JoseAlcerreca avatar May 24 '24 14:05 JoseAlcerreca

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?

ychescale9 avatar May 24 '24 14:05 ychescale9

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.

t184256 avatar Jun 16 '24 01:06 t184256