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

Commit d5251a38 authored by Scott Main's avatar Scott Main
Browse files

add android studio to launch procedures

Change-Id: Ic0d923478babf3de2b0cb31b26d57884ea886d7b
parent 271c8f12
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -8,8 +8,11 @@ and manage Android Virtual Devices (AVDs), which are required by the

<p>You can launch the AVD Manager in one of the following ways:</p>
<ul>
  <li>In Eclipse: select <strong>Window &gt; AVD Manager</strong>, or click
  the AVD Manager icon in the Eclipse toolbar.</li>
  <li>In Eclipse: select <strong>Window &gt; Android Virtual Device Manager</strong>, or click
  the AVD Manager icon in the toolbar.</li>

  <li>In Android Studio: select <strong>Tools &gt; Android &gt; AVD Manager</strong>, or click
  the AVD Manager icon in the toolbar.</li>

  <li>In other IDEs: Navigate to your SDK's <code>tools/</code> directory and execute
  <code>android avd</code>.</li>
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@ page.title=SDK Manager
<ul>
  <li>From Eclipse (with <a href="{@docRoot}tools/help/adt.html">ADT</a>),
  select <strong>Window</strong> &gt; <strong>Android SDK Manager</strong>.</li>
  <li>From Android Studio, select <strong>Tools</strong> &gt; <strong>Android</strong>
  &gt; <strong>SDK Manager</strong>.</li>
  <li>On Windows, double-click the <code>SDK Manager.exe</code> file at the root of the Android
SDK directory.</li>
  <li>On Mac or Linux, open a terminal and navigate to the <code>tools/</code> directory in the