From 823bd9fbc45fbbae7a974d3a52c93acc5e027c78 Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Tue, 30 Jun 2015 12:01:04 -0700 Subject: docs: studio workflow page typo b.android/178485 Change-Id: I26da96cd5d08ad72c99dba9a72a427d050986507 --- docs/html/tools/workflow/index.jd | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'docs') diff --git a/docs/html/tools/workflow/index.jd b/docs/html/tools/workflow/index.jd index a24a2b0..b32fa26 100644 --- a/docs/html/tools/workflow/index.jd +++ b/docs/html/tools/workflow/index.jd @@ -41,16 +41,16 @@ figure 1. The development steps encompass four development phases, which include Create an Android project.

  • Building, Debugging and Testing -

    During this phase you build your project into a debuggable .apk package(s) - that you can install and run on the emulator or an Android-powered device. Android Studio uses - a build system based on Gradle - that provides flexibility, customized build variants, dependency resolution, and much more. - If you're using another IDE, you can build your project using Gradle and install it on a device +

    During this phase you build your project into a debuggable .apk package(s) + that you can install and run on the emulator or an Android-powered device. Android Studio uses + a build system based on Gradle + that provides flexibility, customized build variants, dependency resolution, and much more. + If you're using another IDE, you can build your project using Gradle and install it on a device using adb. For more information, see Build and run your application.

    Next, with Android Studio you debug your application using the - Android Debug Monitor and device log messages - (logact) along with the IntelliJ IDEA intelligent + Android Device Monitor and device log messages + (logcat) along with the IntelliJ IDEA intelligent coding features. You can also use a JDWP-compliant debugger along with the debugging and logging tools that are provided with the Android SDK. For more information see Debug your application with the SDK debugging and logging tools.

    -- cgit v1.1