Mark L. Murphy wrote:You have both an emulator running and the device plugged in. Your choices are:
-- Turn off the emulator
-- Pass the -s switch to adb to tell it which device to use
Thanks for your reply ..
I chose
adb -d switch for the same reason. The help on it reads:
-d - directs command to the only connected USB device.Returns an error if more than one USB device is present.
-e - directs command to the only running emulator. Returns an error if more than one emulator is running.
Did I interpret it incorrectly?
Thanks.