You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Sergey Grebnov (JIRA)" <ji...@apache.org> on 2016/02/09 15:20:18 UTC

[jira] [Comment Edited] (CB-9718) cordova run doesn't allow running multiple device targets of the same platform at once

    [ https://issues.apache.org/jira/browse/CB-9718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15138977#comment-15138977 ] 

Sergey Grebnov edited comment on CB-9718 at 2/9/16 2:20 PM:
------------------------------------------------------------

If want to support this case I think it is better to specify list of target devices via single -target param to be consistent to other similar params like archs, for example

--target="ZX...;015..."


was (Author: sgrebnov):
If want to support this case I think it is better to specify list of target device via single -target param to be consistent to other similar params like archs, for example

--target="ZX...;015..."

> cordova run doesn't allow running multiple device targets of the same platform at once
> --------------------------------------------------------------------------------------
>
>                 Key: CB-9718
>                 URL: https://issues.apache.org/jira/browse/CB-9718
>             Project: Apache Cordova
>          Issue Type: New Feature
>            Reporter: Omar Mefire
>            Priority: Minor
>              Labels: triaged
>
> - create a cordova project on a Linux/MacOSX/Windows machine
> - connect two android devices (e.g: Nexus 5 and Nexus 6) to your dev machine
> - grab the devices hash: `adb devices`
> - execute this command: cordova run android --target=ZX... --target=015...
> Expected behavior:
> The cordova app gets executed on all connected devices
> Observed behavior:
> the target that was specified last gets the app executed on it. 
> e.g: executing `cordova run android --target=ZX... --target=015...`, only the device corresponding to target 015... gets the app deployed to it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org