File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,25 @@ Edit the PATH variables
4141
4242 - For Windows</br >
4343
44- ` %USERPROFILE%\AppData\Local\Android\Sdk\platform-tools ` </br >
45- ` %USERPROFILE%\AppData\Local\Android\Sdk\tools ` </br >
46- ` %USERPROFILE%\AppData\Local\Android\Sdk\build-tools\26.0.1 ` </br >
44+ -- Add these variables
45+
46+ Variable name: ` ANDROID_HOME ` </br >
47+ Variable value: ` %USERPROFILE%\AppData\Local\Android\Sdk ` </br >
48+
49+ Variable name: ` ANDROID_TOOLS ` </br >
50+ Variable value: ` %USERPROFILE%\AppData\Local\Android\Sdk\tools ` </br >
51+
52+ Variable name: ` ANDROID_PTOOLS ` </br >
53+ Variable value:` %USERPROFILE%\AppData\Local\Android\Sdk\platform-tools ` </br >
54+
55+ Variable name: ` ANDROID_BTOOLS ` </br >
56+ Variable value:` %USERPROFILE%\AppData\Local\Android\Sdk\build-tools\26.0.1 ` </br >
57+
58+ -- Edit the PATH variable and add
59+ %ANDROID_HOME%
60+ %ANDROID_TOOLS%
61+ %ANDROID_PTOOLS%
62+ %ANDROID_BTOOLS%
4763
48643 . Save and close</br >
4965
You can’t perform that action at this time.
0 commit comments