diff options
-rw-r--r-- | docs/html/google/play-services/setup.jd | 4 | ||||
-rw-r--r-- | 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 d502e8d..744e191 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 <li>Open the <code>build.gradle</code> file inside your application module directory. <p class="note"><strong>Note:</strong> Android Studio projects contain a top-level <code>build.gradle</code> file and a <code>build.gradle</code> file for each module. - Be sure to edit the file for your application module.</p></li> + Be sure to edit the file for your application module. See + <a href="{@docRoot}sdk/installing/studio-build.html">Building Your Project with + Gradle</a> for more information about Gradle.</p></li> <li>Add a new build rule under <code>dependencies</code> for the latest version of <code>play-services</code>. For example: <pre class="no-pretty-print"> diff --git a/docs/html/sdk/installing/studio.jd b/docs/html/sdk/installing/studio.jd index a2c32f0..1b47f7f 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:</p> <p class="note"><strong>Note:</strong> 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 - <a href="{@docRoot}sdk/installing/migrate.html">Migrating from Eclipse</a>.</p> + <a href="{@docRoot}sdk/installing/migrate.html">Migrating from Eclipse</a> and + <a href="{@docRoot}sdk/installing/studio-build.html">Building Your Project with + Gradle</a>.</p> </li> </ul> |