Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17197b85 authored by Joe Fernandez's avatar Joe Fernandez Committed by android-build-merger
Browse files

am e7558b44: am 596868b6: am c811b88a: am d3d09d87: am 66e851fa: Merge "docs:...

am e7558b44: am 596868b6: am c811b88a: am d3d09d87: am 66e851fa: Merge "docs: studio workflow links" into lmp-docs
automerge: 8109599b

* commit '8109599b':
  docs: studio workflow links
parents 0e55e356 8109599b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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