The spirit of sharing thoughts
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
adb -d
To Target an emulator
adb -e shell
adb -e
No comments:
Post a Comment