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
The installer can't start adb if there is a whitespace in path to the folder with installer.
Add quotation marks to the content of variable PATH on line 6 -> set PATH="%~dp0"
The text was updated successfully, but these errors were encountered:
The installer can't start adb if there is a whitespace in path to the folder with installer.
Add quotation marks to the content of variable PATH on line 6 -> set PATH="%~dp0"
The text was updated successfully, but these errors were encountered: