android - How to use ADB to select specific device and have rest of them offline -
i working on project test against multiple physical connected devices. use adb devices list connected devices. looking command can choose 1 particular devices , run test set against it. far, not able find straight forward way this.
example:
>>adb devices list of devices attached ht68j0202231 device ht68j0202232 device ht68j0202233 device >>gradle connectedcheck // want run ui testing against 1 particular device @ time. due restriction of command, can trigger connected devices.
Comments
Post a Comment