ReactiveCircus / android-emulator-runner

A GitHub Action for installing, configuring and running hardware-accelerated Android Emulators on macOS virtual machines.
Apache License 2.0
977 stars 193 forks source link

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

Open JoseAlcerreca opened 6 months ago

JoseAlcerreca commented 6 months ago

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 commented 6 months ago

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 commented 5 months ago

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.