Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information