diff --git a/docs/html/tools/workflow/index.jd b/docs/html/tools/workflow/index.jd index 6a114c76e057b..a24a2b0c5f54a 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.
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.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.
Next, with Android Studio you debug your application using the Android Debug Monitor and device log messages (logact) along with the IntelliJ IDEA intelligent