-
Notifications
You must be signed in to change notification settings - Fork 0
rbm stop emulator
inazaruk edited this page Jan 19, 2012
·
7 revisions
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.
<rbm-stop-emulator serial="${emulator-serial}" />-
serial- required, serial number of emulator. This has next format: emulator-YYYY, where YYYY is beetween 5554 and 5584.
It is as easy as it looks:
<rbm-stop-emulator serial="${emulator-serial}" />Go to home | documentation | ant tasks