Skip to content

Commit b9c000e

Browse files
author
Ricardo Cervera
committed
docs: Fixed path for build output.
http://b.android.com/76374 Change-Id: I950174eba961e2bf31600671e438e2b85176a9d4
1 parent b8a60da commit b9c000e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/html/sdk/installing/studio-build.jd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,8 @@ with the default local certificate, so that you can install it on the emulator a
454454
for debugging purposes.</p>
455455

456456
<p>After you build the project, the output APK for the app module is located in
457-
<code>app/build/apk/</code>, and the output AAR for the lib module is located in
458-
<code>lib/build/libs/</code>.</p>
457+
<code>app/build/outputs/apk/</code>, and the output AAR for the lib module is located in
458+
<code>lib/build/outputs/libs/</code>.</p>
459459

460460
<p>To see a list of all available build tasks for your project, type this command:</p>
461461

0 commit comments

Comments
 (0)