You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Omar Mefire (JIRA)" <ji...@apache.org> on 2015/09/28 23:16:04 UTC

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

Omar Mefire created CB-9718:
-------------------------------

             Summary: 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: Bug
            Reporter: Omar Mefire


- 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