summaryrefslogtreecommitdiffstats
path: root/docs/html/sdk
diff options
context:
space:
mode:
authorRich Slogar <rslogar@google.com>2014-12-17 17:25:02 -0800
committerRich Slogar <rslogar@google.com>2014-12-18 14:21:39 -0800
commit1dafeb3041b46deb1dfb4a57ec18e56a2767e323 (patch)
tree3992af1991bb35e26cd2981277da21f2e0edbe77 /docs/html/sdk
parent8838a9f083ff2ecc748d70931e21cbd429ad0d45 (diff)
downloadframeworks_base-1dafeb3041b46deb1dfb4a57ec18e56a2767e323.zip
frameworks_base-1dafeb3041b46deb1dfb4a57ec18e56a2767e323.tar.gz
frameworks_base-1dafeb3041b46deb1dfb4a57ec18e56a2767e323.tar.bz2
docs: studio build output dir name update
b/18670283 Change-Id: Iae80825ba205abbd99561acee0bc63986d195b15
Diffstat (limited to 'docs/html/sdk')
-rw-r--r--docs/html/sdk/installing/studio-build.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/sdk/installing/studio-build.jd b/docs/html/sdk/installing/studio-build.jd
index 4fe9071..b68b176 100644
--- a/docs/html/sdk/installing/studio-build.jd
+++ b/docs/html/sdk/installing/studio-build.jd
@@ -98,7 +98,7 @@ To avoid this error, see
<h3>Build output</h3>
<p>The build generates an APK for each build variant in the <code>app/build</code> folder:
-the <code>app/build/apk/</code> directory contains packages named
+the <code>app/build/outputs/apk/</code> directory contains packages named
<code>app-&lt;flavor>-&lt;buildtype>.apk</code>; for example, <code>app-full-release.apk</code> and
<code>app-demo-debug.apk</code>.</p>