diff options
Diffstat (limited to 'docs/html/sdk/installing/studio-build.jd')
-rw-r--r-- | docs/html/sdk/installing/studio-build.jd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/sdk/installing/studio-build.jd b/docs/html/sdk/installing/studio-build.jd index 29ba12d..bff3bc0 100644 --- a/docs/html/sdk/installing/studio-build.jd +++ b/docs/html/sdk/installing/studio-build.jd @@ -454,8 +454,8 @@ with the default local certificate, so that you can install it on the emulator a for debugging purposes.</p> <p>After you build the project, the output APK for the app module is located in -<code>app/build/apk/</code>, and the output AAR for the lib module is located in -<code>lib/build/libs/</code>.</p> +<code>app/build/outputs/apk/</code>, and the output AAR for the lib module is located in +<code>lib/build/outputs/libs/</code>.</p> <p>To see a list of all available build tasks for your project, type this command:</p> |