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

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -