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
added adb validation: when adb.exe is not present where it should be, the script downloads it from Google and unpacks to a default location on the C:\ drive
added output folder validation: if it's not present, the script creates it
added USB debugging validation: the script shows a message with error and stops further execution if USB debugging is not enabled (or no connected devices available)
added adb server clean up - it releases port forwarding from Android devices after script execution
suppressed output from service commands, added custom messages