diff options
author | Ricardo Cervera <rcervera@google.com> | 2014-09-29 14:56:29 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-09-29 14:56:30 +0000 |
commit | 808440cd5e1052f21b937cdcb60acecefd57f23c (patch) | |
tree | 95ea9bbece580992ff9c98c802d8152dbf005af8 | |
parent | 6373718b883dd945c17987ac64925c0fdc30674d (diff) | |
parent | b9c000e0901073537347c16b6e82c700542622c2 (diff) | |
download | frameworks_base-808440cd5e1052f21b937cdcb60acecefd57f23c.zip frameworks_base-808440cd5e1052f21b937cdcb60acecefd57f23c.tar.gz frameworks_base-808440cd5e1052f21b937cdcb60acecefd57f23c.tar.bz2 |
Merge "docs: Fixed path for build output." into klp-modular-docs
-rw-r--r-- | docs/html/sdk/installing/studio-build.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/sdk/installing/studio-build.jd b/docs/html/sdk/installing/studio-build.jd index 29ba12d..bff3bc0 100644 --- a/docs/html/sdk/installing/studio-build.jd +++ b/docs/html/sdk/installing/studio-build.jd @@ -454,8 +454,8 @@ with the default local certificate, so that you can install it on the emulator a for debugging purposes.</p> <p>After you build the project, the output APK for the app module is located in -<code>app/build/apk/</code>, and the output AAR for the lib module is located in -<code>lib/build/libs/</code>.</p> +<code>app/build/outputs/apk/</code>, and the output AAR for the lib module is located in +<code>lib/build/outputs/libs/</code>.</p> <p>To see a list of all available build tasks for your project, type this command:</p> |