diff --git a/docs/html/sdk/installing/studio-build.jd b/docs/html/sdk/installing/studio-build.jd index 86741342b0760..2a616a04f46a9 100644 --- a/docs/html/sdk/installing/studio-build.jd +++ b/docs/html/sdk/installing/studio-build.jd @@ -23,6 +23,7 @@ page.title=Building Your Project with Gradle
You can build the release version of your application from the command line or using Android
+Studio. To build it from the command line, invoke the assembleRelease build task using
+the Gradle wrapper script (gradlew assembleRelease). To build it from Android
+Studio:
You can use this procedure to invoke any build task from Android Studio.
+ + +This section uses the BuildSystemExample project from the previous section and
@@ -643,20 +662,6 @@ settings from the Android SDK installation. Android Studio adds the module-speci
proguard-rules.txt at the root of the module, where you can add custom ProGuard
rules.
You can build the release version of your application from the command line or using Android
-Studio. To build it from the command line, invoke the assembleRelease build task using
-the Gradle wrapper script (gradlew assembleRelease). To build it from Android
-Studio:
You can use this procedure to invoke any build task from Android Studio.
-The debug and the release versions of the app differ on whether the application can be