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
This is a feature request to support the use case of running mobile-install on multiple connected devices. Currently mobile-install needs to be invoked multiple times with --adb_arg=-s --adb_arg=<SERIAL> for each ADB connected device.
Buck's install command has a multi-install mode which enumerates connected devices and installs to all of them, a similar option would be helpful in Bazel.
-all(-x) Install APK on all connected devices and/or emulators (multi-install mode).
The text was updated successfully, but these errors were encountered:
This is a feature request to support the use case of running
mobile-install
on multiple connected devices. Currentlymobile-install
needs to be invoked multiple times with--adb_arg=-s --adb_arg=<SERIAL>
for each ADB connected device.Buck's install command has a multi-install mode which enumerates connected devices and installs to all of them, a similar option would be helpful in Bazel.
The text was updated successfully, but these errors were encountered: