Home | History | Annotate | Download | only in docs

Lines Matching full:emulator

11   5- Targets, AVDs, Emulator changes
146 Please see step 5 "Emulator changes" below for important details on how to run
147 the emulator.
194 Please see paragraph 5 below for important details on how to run the emulator
200 5- Targets, AVDs, Emulator changes
205 One major change with the emulator is that now you must pre-create an "Android
206 Virtual Device" (a.k.a "AVD") before you run the emulator.
215 $ SDK/tools/emulator -help-virtual-device
221 There is a lot more explanation given by the emulator. Please run the help
224 The bottom line is that you can create many emulator configurations, or "AVDs",
226 data and SD card data. Then you tell Eclipse or the emulator which one to use
243 provided by hardware manufacturers. When you want to run an emulator, you need
302 To use this AVD in the emulator from the command-line, type:
304 $ SDK/tools/emulator @my_avd_name
307 For more options, please consult the emulator help:
309 $ SDK/tools/emulator -help-virtual-device
318 - If there's one running device or emulator, this is used for deployment.
319 - If there's more than one running device or emulator, a "device chooser" is
351 emulator window will show you the AVD name so that you know which one is which.
357 $ SDK/tools/emulator @server &
358 $ SDK/tools/emulator @client &