Skip to content

rbm stop emulator

inazaruk edited this page Jan 19, 2012 · 7 revisions

rbm-stop-emulator

Go to home | documentation | ant tasks

Stops emulator by its serial number. There are (or were depending on when you're reading this) some issues with stopping emulator using adb on Windows. This task attempts to stop emulator using adb. If this fails a direct connection to emulator will be made in order to ask it to stop itself.


Prototype

<rbm-stop-emulator serial="${emulator-serial}" />

Attributes

  • serial - required, serial number of emulator. This has next format: emulator-YYYY, where YYYY is beetween 5554 and 5584.

Examples

It is as easy as it looks:

<rbm-stop-emulator serial="${emulator-serial}" />

Go to home | documentation | ant tasks

Clone this wiki locally