diff --git a/docs/html/images/tools/as-gradleconsole.png b/docs/html/images/tools/as-gradleconsole.png deleted file mode 100644 index c676c94a1f172..0000000000000 Binary files a/docs/html/images/tools/as-gradleconsole.png and /dev/null differ diff --git a/docs/html/images/tools/as-gradlepanel.png b/docs/html/images/tools/as-gradlepanel.png deleted file mode 100644 index a409462f2a191..0000000000000 Binary files a/docs/html/images/tools/as-gradlepanel.png and /dev/null differ diff --git a/docs/html/images/tools/studio-gradle-console.png b/docs/html/images/tools/studio-gradle-console.png new file mode 100644 index 0000000000000..a2b708c7bff1b Binary files /dev/null and b/docs/html/images/tools/studio-gradle-console.png differ diff --git a/docs/html/images/tools/studio-gradle-panel.png b/docs/html/images/tools/studio-gradle-panel.png new file mode 100644 index 0000000000000..4a76a8dccd935 Binary files /dev/null and b/docs/html/images/tools/studio-gradle-panel.png differ diff --git a/docs/html/tools/building/building-studio.jd b/docs/html/tools/building/building-studio.jd index cb8cc50e55c18..68800da307635 100644 --- a/docs/html/tools/building/building-studio.jd +++ b/docs/html/tools/building/building-studio.jd @@ -52,10 +52,10 @@ progress of the build:

Click on the bottom -right part of the window to show the Gradle Console, as shown in figure 2.

+right part of the window to show the Gradle Console, as shown in figure 1.

- -

Figure 2. The Gradle Console in Android Studio.

+ +

Figure 1. The Gradle Console in Android Studio.

The Gradle Console shows the build tasks and subtasks that the build system runs for Android Studio. If the build fails, you can find more details on the console. To hide the Gradle @@ -68,11 +68,11 @@ selected build variant. For more information, see the

To view the list of all available build tasks in Android Studio, click Gradle on the right side of the IDE window. The Gradle tasks panel appears as shown in -figure 3. Double-click any build task to run it in Android Studio. To hide the Gradle tasks +figure 2. Double-click any build task to run it in Android Studio. To hide the Gradle tasks panel, click Gradle again.

- -

Figure 3. The list of build tasks in Android Studio.

+ +

Figure 2. The list of build tasks in Android Studio.

Build a release version