| Scott Main | 4623c0d | 2012-11-07 11:08:01 -0800 | [diff] [blame] | 1 | page.title=AVD Manager |
| 2 | @jd:body |
| 3 | |
| 4 | |
| 5 | <p>The AVD Manager provides a graphical user interface in which you can create |
| 6 | and manage Android Virtual Devices (AVDs), which are required by the |
| 7 | <a href="{@docRoot}tools/help/emulator.html">Android Emulator</a>.</p> |
| 8 | |
| 9 | <p>You can launch the AVD Manager in one of the following ways:</p> |
| 10 | <ul> |
| Scott Main | d5251a3 | 2014-02-12 17:14:42 -0800 | [diff] [blame] | 11 | <li>In Eclipse: select <strong>Window > Android Virtual Device Manager</strong>, or click |
| 12 | the AVD Manager icon in the toolbar.</li> |
| 13 | |
| 14 | <li>In Android Studio: select <strong>Tools > Android > AVD Manager</strong>, or click |
| 15 | the AVD Manager icon in the toolbar.</li> |
| Scott Main | 4623c0d | 2012-11-07 11:08:01 -0800 | [diff] [blame] | 16 | |
| 17 | <li>In other IDEs: Navigate to your SDK's <code>tools/</code> directory and execute |
| 18 | <code>android avd</code>.</li> |
| 19 | </ul> |
| 20 | |
| 21 | <p>For more information, see <a href="{@docRoot}tools/devices/managing-avds.html">Managing |
| 22 | AVDs with AVD Manager</a>. |