android-emulator-runner
android-emulator-runner copied to clipboard
Feature request: Add setting to stop the action from downloading sdk tools
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.
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?
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.