diff options
author | Rich Slogar <rslogar@google.com> | 2014-12-17 17:25:02 -0800 |
---|---|---|
committer | Rich Slogar <rslogar@google.com> | 2014-12-18 14:21:39 -0800 |
commit | 1dafeb3041b46deb1dfb4a57ec18e56a2767e323 (patch) | |
tree | 3992af1991bb35e26cd2981277da21f2e0edbe77 /docs/html/sdk | |
parent | 8838a9f083ff2ecc748d70931e21cbd429ad0d45 (diff) | |
download | frameworks_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.jd | 2 |
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-<flavor>-<buildtype>.apk</code>; for example, <code>app-full-release.apk</code> and <code>app-demo-debug.apk</code>.</p> |