summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Joe Fernandez <joefernandez@google.com> 2015-01-06 02:12:21 +0000
committer Android Git Automerger <android-git-automerger@android.com> 2015-01-06 02:12:21 +0000
commite7558b44f707979cb4f85b0ccd0862b9ea068ee6 (patch)
tree56bae4a19f08ef414e342a1aabb2dfdb6f7940d9
parentd1489d5db00d030b873fe84f32fa5bd453152824 (diff)
parent596868b6489e77f9165e0d03a8d451fccd7f3959 (diff)
am 596868b6: am c811b88a: am d3d09d87: am 66e851fa: Merge "docs: studio workflow links" into lmp-docs
* commit '596868b6489e77f9165e0d03a8d451fccd7f3959': docs: studio workflow links
-rw-r--r--docs/html/tools/workflow/index.jd8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/tools/workflow/index.jd b/docs/html/tools/workflow/index.jd
index 6a114c76e057..a24a2b0c5f54 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
<p>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.</p>
- <p>See <a href="{@docRoot}tools/workflow/devices/index.html">Managing Virtual Devices</a>
- and <a href="{@docRoot}tools/workflow/device.html">Using Hardware Devices</a> for more
+ <p>See <a href="{@docRoot}tools/devices/index.html">Managing Virtual Devices</a>
+ and <a href="{@docRoot}tools/device.html">Using Hardware Devices</a> for more
information.
</li>
<li><strong>Project Setup and Development</strong>
<p>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
- <a href="{@docRoot}tools/workflow/projects/index.html">Create an Android project</a>.</p>
+ <a href="{@docRoot}tools/projects/index.html">Create an Android project</a>.</p>
</li>
<li><strong>Building, Debugging and Testing</strong>
<p>During this phase you build your project into a debuggable <code>.apk</code> 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 <a href="{@docRoot}tools/help/adb.html">adb</a>. For more information, see
- <a href="{@docRoot}tools/workflow/building/index.html">Build and run your application</a>.</p>
+ <a href="{@docRoot}tools/building/index.html">Build and run your application</a>.</p>
<p>Next, with Android Studio you debug your application using the
<a href="{@docRoot}tools/help/monitor.html">Android Debug Monitor</a> and device log messages
(<a href="{@docRoot}tools/help/logcat.html">logact</a>) along with the IntelliJ IDEA intelligent