From d9659890672141ee0722e8d1ae8d8e091e848265 Mon Sep 17 00:00:00 2001 From: Dave Holmes Date: Wed, 4 Jun 2014 17:02:25 +1000 Subject: [PATCH] Adding links to the Gradle docs. Both of these files ask you to change the contents of your gradle file, but neither links to reference information on gradle. Because this is still pretty new information, I'd like to include a link to the Building with Gradle documentation. https://b.corp.google.com/issue?id=14045807 Change-Id: I48e6a50f12c635cdf3dd597e4247d072bda14cc3 --- docs/html/google/play-services/setup.jd | 4 +++- docs/html/sdk/installing/studio.jd | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/html/google/play-services/setup.jd b/docs/html/google/play-services/setup.jd index d502e8d77119f..744e191595fe8 100644 --- a/docs/html/google/play-services/setup.jd +++ b/docs/html/google/play-services/setup.jd @@ -95,7 +95,9 @@ you can continue development with the Google Play services SDK, but must instead
  • Open the build.gradle file inside your application module directory.

    Note: Android Studio projects contain a top-level build.gradle file and a build.gradle file for each module. - Be sure to edit the file for your application module.

  • + Be sure to edit the file for your application module. See + Building Your Project with + Gradle for more information about Gradle.

  • Add a new build rule under dependencies for the latest version of play-services. For example:
    diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd
    index 2ad5808afb351..a6f1115b147ed 100644
    --- a/docs/html/sdk/installing/studio.jd
    +++ b/docs/html/sdk/installing/studio.jd
    @@ -395,7 +395,9 @@ screen that offers several ways to get started:

    Note: If you previously developed your Android project with Eclipse, you should first use the new export feature in the ADT plugin to prepare your project with the new Gradle build system. For more information, read - Migrating from Eclipse.

    + Migrating from Eclipse and + Building Your Project with + Gradle.