As far as I have checked the sources, seems there is no possibility to 
change devices for this, in anroid plugin configurations, or task 
configurations...
Devices are chosiing by picking up some configurations from ant:

if (project.ant['adb.device.arg']) {
      exec.args project.ant['adb.device.arg'].split(" ")
}

Don`t know what that means even? Not familiar with ant...
But maybe there is a solution to change this configurations, somehow?



Пʼятниця, 1 серпня 2014 р. 15:24:42 UTC+3 користувач Andrii Bogachenko 
написав:
>
> Hello Guys,
>
> Is ther any way to configure android plugin in Gradle, so that to pick up 
> a device to use? 
> I have sev eral devices connected to my machine, but I wasnt only one 
> device to be running tests.
>
> Official documentation, don`t says anything about that, the only I found 
> there is:
>
> If more than one device is connected, all tests are run in parallel on all 
> connected devices. If one of the test fails, on any device, the build will 
> fail.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to