summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorRicardo Cervera <rcervera@google.com>2014-02-04 17:18:59 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-02-04 17:18:59 +0000
commitccec0906bd358ffa9fbac8f8c882f582c43b6092 (patch)
tree9eaa7ef103019367976de1be0d35f59a33dd98a0 /docs/html
parent56783a742458968a6ec5daf4d9e7a72f755f5ce5 (diff)
parent641fc0f7515d410080d3ef5379e2a50e2b7b19af (diff)
downloadframeworks_base-ccec0906bd358ffa9fbac8f8c882f582c43b6092.zip
frameworks_base-ccec0906bd358ffa9fbac8f8c882f582c43b6092.tar.gz
frameworks_base-ccec0906bd358ffa9fbac8f8c882f582c43b6092.tar.bz2
Merge "docs: Added note on multiple build.gradle files. Bug: 12870006" into klp-docs
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/google/play-services/setup.jd5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/html/google/play-services/setup.jd b/docs/html/google/play-services/setup.jd
index bf7fbe2..fb5daf8 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
<p><b>Using Android Studio:</b></p>
<ol>
- <li>Open the <code>build.gradle</code> file inside your application directory.</li>
+ <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>
<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">