am 27195338: am 546a0e8c: am 60925265: am afc3b9e7: Merge "docs: studio build output dir name update" into lmp-docs

* commit '27195338192b63b62f274f11bcae57dc2788514f':
  docs: studio build output dir name update
This commit is contained in:
Joe Fernandez
2015-01-06 02:12:43 +00:00
committed by Android Git Automerger

View File

@@ -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>