It prevented the command from working properly when executed from within powershell on windows. It appears as if the where command is something totally different in cmd compared to powershell. It was therefore unable to detect the adb in the current environment (system path).
Late fix for an issue discovered through #1.
It prevented the command from working properly when executed from within powershell on windows. It appears as if the
where
command is something totally different in cmd compared to powershell. It was therefore unable to detect theadb
in the current environment (systempath
).