Is it possible to specify the serial numbers to execute with specific devices ?
I have attached 10 devices. But i wanted to run only 5 devices.
Is there any option to give specific Device IDs and run them ?
如果你使用这个 gradle 插件是可能的:
https://github.com/stanfy/spoon-gradle-plugin
然后你可以在你的 build.gradle 中指定
spoon {
devices = ['333236E9AE5800EC']
}