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
reuse an already-running ADB server instead of falling back to a slow or failing reconnect path
surface connected devices in packaged Windows builds before adbkit finishes loading, removing the No Devices startup regression
switch tunnel forward management to the bundled ADB binary so packaged builds no longer fail with spawn adb ENOENT
reuse an existing tcp:7890 -> tcp:7890 forward without deleting it on app exit, so external ADB tunnel workflows keep working
harden server detection with retry and timeout rechecks to avoid false Failed to start ADB server errors when another ADB instance already owns port 5037