Issue:
The Install missing Android SDK components Step in your Workflow takes 20-30 minutes instead of the normal amount of time.
Possible solutions:
This is most likely beause there is no SKD specified in the inputs of the Step, and without this, it evaluates Gradle and makes Gradle initialize the project and download the 3rd party dependencies, making it a much longer process.
Specifying the SDK should solve this issue.