From 641fc0f7515d410080d3ef5379e2a50e2b7b19af Mon Sep 17 00:00:00 2001 From: Ricardo Cervera Date: Mon, 3 Feb 2014 17:08:31 -0800 Subject: [PATCH] docs: Added note on multiple build.gradle files. Bug: 12870006 Change-Id: I44b5152dc753893d3b9f0a0441066a530e5a30f0 Review: http://quixote.mtv.corp.google.com:8006/google/play-services/setup.html --- docs/html/google/play-services/setup.jd | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/html/google/play-services/setup.jd b/docs/html/google/play-services/setup.jd index bf7fbe22e387d..fb5daf8510b92 100644 --- a/docs/html/google/play-services/setup.jd +++ b/docs/html/google/play-services/setup.jd @@ -92,7 +92,10 @@ you can continue development with the Google Play services SDK, but must instead

Using Android Studio:

    -
  1. Open the build.gradle file inside your application directory.
  2. +
  3. 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.

  4. Add a new build rule under dependencies for the latest version of play-services. For example: