Transcript
Page 1: Gradle-Android - JetBrains · PDF fileGradle-Android IntelliJ IDEA lets you create Gradle-based Android applications. In this section: Gradle-Android Prerequisites Android-Gradle support

Gradle-AndroidGradle-Android

IntelliJ IDEA lets you create Gradle-based Android applications.

In this section:

Gradle-Android

Prerequisites

Android-Gradle support

Creating a Gradle-Android Project

PrerequisitesPrerequisites

Before you start create Android projects using Gradle, make sure you have the followingprerequisites:

You have the latest Android Sdk downloaded and installed on your computer.

You have Gradle version 1.8. downloaded and installed on your computer.

The GradleGradle plugin and AndroidAndroid plugin are enabled.The plugins are bundled with IntelliJ IDEA and activated by default. If they are not,enable the plugin.

Android-gradle supportAndroid-gradle support

The Android-Gradle support includes the following:

Ability to create a Gradle-based Android project from scratch.

Ability to build, test and launch Android projects in IntelliJ IDEA.

See AlsoSee Also

External Links:

Gradle

Android

Web Resources:

Developer Community