Step 1: Building the AWS Device Farm Gradle plugin - AWS Device Farm

Step 1: Building the AWS Device Farm Gradle plugin

This plugin provides AWS Device Farm integration with the Gradle build system in Android Studio. For more information, see Gradle.

Note

Building the plugin is optional. The plugin is published through Maven Central. If you wish to allow Gradle to download the plugin directly, skip this step and jump to Step 2: Setting up the AWS Device Farm Gradle plugin.

To build the plugin
  1. Go to GitHub and clone the repository.

  2. Build the plugin using gradle install.

    The plugin is installed to your local maven repository.

Next step: Step 2: Setting up the AWS Device Farm Gradle plugin