From 385f475472f971338d218737e199c1cfbe002f27 Mon Sep 17 00:00:00 2001 From: Rich Slogar Date: Thu, 11 Dec 2014 13:49:07 -0800 Subject: docs: studio workflow links Change-Id: I1b06d989c282ce85afa94cd5b4522d895905c3b0 --- docs/html/tools/workflow/index.jd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/html/tools/workflow/index.jd b/docs/html/tools/workflow/index.jd index f76df7518d20..c94a6812ecc3 100644 --- a/docs/html/tools/workflow/index.jd +++ b/docs/html/tools/workflow/index.jd @@ -30,15 +30,15 @@ figure 1. The development steps encompass four development phases, which include

During this phase you install and set up your development environment. You also create Android Virtual Devices (AVDs) and connect hardware devices on which you can install your applications.

-

See Managing Virtual Devices - and Using Hardware Devices for more +

See Managing Virtual Devices + and Using Hardware Devices for more information.

  • Project Setup and Development

    During this phase you set up and develop your Android Studio project and application modules, which contain all of the source code and resource files for your application. For more information, see - Create an Android project.

    + Create an Android project.

  • Building, Debugging and Testing

    During this phase you build your project into a debuggable .apk package(s) @@ -47,7 +47,7 @@ figure 1. The development steps encompass four development phases, which include 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.

    + 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 -- cgit v1.2.3-59-g8ed1b