diff --git a/docs/html/tools/workflow/index.jd b/docs/html/tools/workflow/index.jd index a24a2b0c5f54a..b32fa264cec76 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.
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.