Install Android SDK components that are required for the app.
This Step makes sure that required Android SDK components (platforms and build-tools) are installed. To do so, the Step runs the gradlew dependencies command.
If the Android Plugin for Gradle version is 2.2.0 or higher, the plugin will download and install the missing components during the Gradle command. Otherwise the command fails and the Step parses the command's output to determine which SDK components are missing and installs them.
Set the path of the gradlew file.
The default value is that of the $PROJECT_LOCATION Environment Variable.
If you use an Android NDK in your app, set its revision in the NDK Revision input.
If the Step fails, check that your repo actually contains a gradlew file. Without the Gradle wrapper, this Step won't work.
Installing an additional Android SDK package