Commit d50747c
Check for ANDROID_HOME Sdk location on Windows. (#230)
For some reason we never check for the `%ANDROID_HOME%` environment
variable on Windows. This might cause issues with people using VSCode
since we probably will be using environment variables as a backup when
using that IDE.
Add a check to use `%ANDROID_HOME%` after checking the registry
entries. This way Visual Studio and Android SDK Installer paths will
still be preferred.1 parent d3e7284 commit d50747c
File tree
1 file changed
+3
-0
lines changed- src/Xamarin.Android.Tools.AndroidSdk/Sdks
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | 100 | | |
98 | 101 | | |
| |||
0 commit comments