Skip to content

Commit 3910b5d

Browse files
Ricardo CerveraAndroid Git Automerger
authored andcommitted
am 6ea34dd: am 9f48394: am 808440c: Merge "docs: Fixed path for build output." into klp-modular-docs
* commit '6ea34ddfde0aa3c60a83cc4fb7111514be97da9c': docs: Fixed path for build output.
2 parents 91bd876 + 6ea34dd commit 3910b5d

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)