You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Installing aab with --local-testing on host with multiple devices connected, fails, even when we pass --device-id
Bundletool version(s) affected
Version: 1.8.2
Stacktrace
com.android.tools.build.bundletool.model.exceptions.CommandExecutionException: Expected to find one connected device, but found 2.
at com.android.tools.build.bundletool.model.exceptions.InternalExceptionBuilder.build(InternalExceptionBuilder.java:57)
at com.android.tools.build.bundletool.device.AdbRunner.run(AdbRunner.java:49)
at com.android.tools.build.bundletool.commands.InstallApksCommand.cleanUpEmulatedSplits(InstallApksCommand.java:227)
at com.android.tools.build.bundletool.commands.InstallApksCommand.execute(InstallApksCommand.java:221)
at com.android.tools.build.bundletool.BundleToolMain.main(BundleToolMain.java:91)
at com.android.tools.build.bundletool.BundleToolMain.main(BundleToolMain.java:49)
Caused by: com.android.tools.build.bundletool.model.exceptions.DeviceNotFoundException$TooManyDevicesMatchedException: Unable to find one device matching the given criteria. Matched 2 devices.
at com.android.tools.build.bundletool.device.AdbRunner.run(AdbRunner.java:78)
at com.android.tools.build.bundletool.device.AdbRunner.run(AdbRunner.java:43)
... 4 more
To Reproduce
Run build-apks command with a given device serial id with multiple devices connected
Run install-apks command with a given device serial id with multiple devices connected
Expected behavior
Installation should happen even with multiple devices connected
Known workaround
If you have found a workaround, please specify what it is.
Environment:
OS: [e.g. iOS 10.3.3]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@keyboardsurfer@wojtek-kalicinski Can you please check the PR? We are blocked on this issue and due to this, we need to keep the internal fork for Bundletool which will involve maintenance costs at our end. Any response will be highly appreciated, Thanks!
Describe the bug
Installing aab with --local-testing on host with multiple devices connected, fails, even when we pass
--device-id
Bundletool version(s) affected
Version: 1.8.2
Stacktrace
To Reproduce
Expected behavior
Known workaround
If you have found a workaround, please specify what it is.
Environment:
OS: [e.g. iOS 10.3.3]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: