-
Notifications
You must be signed in to change notification settings - Fork 330
Description
Bug Description:
When running a Flutter application on multiple devices in Android Studio, the "group actions" (Run All, Stop All, Hot Reload All, Hot Restart All) work as expected as long as the Run tabs are kept in a single group. However, if I split the Run tabs into separate tab groups (e.g., side-by-side), these group actions stop functioning.
Steps to Reproduce:
-
Run a Flutter app on multiple devices simultaneously in Android Studio.
-
Verify that "Run All," "Stop All," "Hot Reload All," and "Hot Restart All" actions work.
-
Split the Run tabs into two groups (e.g., drag one tab to the right until Android Studio creates a split view).
-
Attempt to use any of the group actions again.
Android Studio Log:
DiagnosticsReport20250814-184110.zip
Screen Recording shows the bug:
bug