From d9659890672141ee0722e8d1ae8d8e091e848265 Mon Sep 17 00:00:00 2001
From: Dave Holmes Note: Android Studio projects contain a top-level
build.gradle file inside your application module directory.
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 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.