0

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 ?

4

1 回答 1

1

如果你使用这个 gradle 插件是可能的:

https://github.com/stanfy/spoon-gradle-plugin

然后你可以在你的 build.gradle 中指定

spoon {
  devices = ['333236E9AE5800EC']
}
于 2015-02-26T03:29:59.237 回答