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
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.
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 a2c32f03e0465..1b47f7f95a6e9 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.