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-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org