Redth / dotnet-maui-check

.NET MAUI Check tool
MIT License
479 stars 79 forks source link

Custom Android SDK location #57

Open OronDF343 opened 3 years ago

OronDF343 commented 3 years ago

This tool does not support configuration of an Android SDK installation in any location other than the VS default.

Is there an existing convention that can be used to configure this? For example, an environment variable such as ANDROID_HOME

Gsonovb commented 3 years ago

HI @OronDF343 ,

I try to modify the source code to solve the problem(https://github.com/Gsonovb/dotnet-maui-check) But it didn't seem to work for me In my case, the xamarin.installer.androidsdk.androidsdkinstaller component is not compatible with my network proxy, resulting in the failure to download the update program.