Android - automatic dependency installer (e.g. build-tools) step : Install missing Android tools

Actually, one more idea: should this step be able to gradlew dependencies? Maybe with a retry? E.g. to solve issues like: https://github.com/bitrise-io/build.issues/issues/1

Edit: not a good idea, as gradlew dependencies does not accept the licenses, so you’ll end up with issues like Android compile issue (SDK Build tools license) …

Maybe with built in license handling somehow…