Time for action – editing PATH on Windows
Perform the following steps to edit the PATH variable on Windows:
To edit the PATH variable on Windows, right-click on Computer and select Properties. In the left panel of the Properties window, select Advanced system settings and click on Environment Variables….
In the new window, in the topmost table labeled User variables, look for a variable called Path or PATH. If it exists, click on Edit… and add the following code to the end. If it doesn't exist, click on New… and create a variable called
Path
with the following code in it, but omit the preliminary semicolon:C:/Development/adt-bundle-windows-x86-64/sdk/tools; C:/Development/adt-bundle-windows-x86_64/sdk/platform-tools
Accept the changes and exit the Environment Variables window. To prepare for the next step, open the Android SDK manager by navigating to
C:\Development\adt-bundle-windows-x86_64
and runningSDK Manager.exe
.
What just happened?
The PATH variable on your computer tells your command...