Open
Description
Android application type
Classic Xamarin.Android (MonoAndroid12.0, etc.)
Affected platform version
VS22 v17.4.2
Description
XamarinBuildDownloadCore is unable to download firebasecomponents. it seems it ignores the configured proxy settings.
it does not listen to http_proxy & https_proxy
The Nuget packages are added correctly, but when building it tries to download missing components.
_XamarinBuildDownloadCore:
Downloading https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-components/17.0.1/firebase-components-17.0.1.aar to /Users/{USER}/Library/Caches/XamarinBuildDownload/firebasecomponents-17.0.1.aar
Download failure reason: Error: ConnectFailure (No route to host)
/Users/{USER}/{PROJ}/packages/Xamarin.Build.Download.0.11.3/build/Xamarin.Build.Download.targets(52,3): error XBD001: Download failed. Please download https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-components/17.0.1/firebase-components-17.0.1.aar to file ...
Steps to Reproduce
- create xamarin.android project
- add firebase packages
- build
Did you find any workaround?
No response
Relevant log output
No response