Wednesday, March 18, 2015

error: more than one device and emulator

To Target a particular emulator
adb -s adbdeviceid shell 

adbdeviceid
you can find it using the following command 
./adb devices 

To Target an USB attached device
adb -d shell

To Target an emulator
adb -e shell

No comments:

Post a Comment