From b9c000e0901073537347c16b6e82c700542622c2 Mon Sep 17 00:00:00 2001 From: Ricardo Cervera Date: Fri, 26 Sep 2014 13:25:02 -0700 Subject: [PATCH] docs: Fixed path for build output. http://b.android.com/76374 Change-Id: I950174eba961e2bf31600671e438e2b85176a9d4 --- docs/html/sdk/installing/studio-build.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/html/sdk/installing/studio-build.jd b/docs/html/sdk/installing/studio-build.jd index 29ba12d6cc911..bff3bc04b5b1c 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.

After you build the project, the output APK for the app module is located in -app/build/apk/, and the output AAR for the lib module is located in -lib/build/libs/.

+app/build/outputs/apk/, and the output AAR for the lib module is located in +lib/build/outputs/libs/.

To see a list of all available build tasks for your project, type this command: