Lines Matching refs:on
14 <p>You can also create AVDs on the command line by passing the <code>android</code> tool options.
15 For more information on how to create AVDs in this manner, see <a href=
24 QWERTY keyboard or a dialing pad, how much memory it has, and so on.</li>
27 on the virtual device. You can choose a version of the standard Android platform or the system
28 image packaged with an SDK add-on.</li>
31 you control the screen dimensions, appearance, and so on. You can also specify the emulated SD
34 <li>A dedicated storage area on your development machine: the device's user data (installed
35 applications, settings, and so on) and emulated SD card are stored in this area.</li>
38 <p>You can create as many AVDs as you need, based on the types of device you want to model.
41 and test your application on each one.</p>
47 on a system image whose API Level is less than that required by your application, as specified
62 …element in its manifest file, the application can only run on a system image in which that external
63 library is present. If you want to run your application on an emulator, create an AVD that
64 …includes the required library. Usually, you must create such an AVD using an Add-on component for …
65 AVD's platform (for example, the Google APIs Add-on contains the Google Maps library).</li>
70 learn how to manage AVDs on the command line, read