diff options
author | Ricardo Cervera <rcervera@google.com> | 2014-02-04 17:35:37 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-02-04 17:35:37 +0000 |
commit | 2a1fdefe16046860fcaf524af4fc380d850d28bb (patch) | |
tree | d72b17a3c38c10a1e7fdca039564a5182d49b2b9 /docs/html/google | |
parent | 80ddc85515abc2da10a5bce16fcf491e0a31522b (diff) | |
parent | 1441acdd6d0f08b00493478386e1b74df47e243b (diff) | |
download | frameworks_base-2a1fdefe16046860fcaf524af4fc380d850d28bb.zip frameworks_base-2a1fdefe16046860fcaf524af4fc380d850d28bb.tar.gz frameworks_base-2a1fdefe16046860fcaf524af4fc380d850d28bb.tar.bz2 |
am 1441acdd: am 6dea46b2: am f7c12817: am b180bff5: am ccec0906: Merge "docs: Added note on multiple build.gradle files. Bug: 12870006" into klp-docs
* commit '1441acdd6d0f08b00493478386e1b74df47e243b':
docs: Added note on multiple build.gradle files. Bug: 12870006
Diffstat (limited to 'docs/html/google')
-rw-r--r-- | docs/html/google/play-services/setup.jd | 5 |
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"> |