Improve AndroidMavenLibrary dependency resolution error messaging #9706
Labels
Area: App+Library Build
Issues when building Library projects or Application projects.
Milestone
Android framework version
net9.0-android
Affected platform version
.NET 9
Description
The AndroidMavenLibrary library and dependency resolution that happens in
<MavenDownload/>
can fail and produce less than ideal error messaging. It would be great if we could improve the logging to report which (if any) dependencies can be resolved, and which ones fail.In the case of
com.revenuecat.purchases:purchases-ui
described below it seems that this library itself can be resolved, but somewhere along the way we encounter an error that is not actionable:Steps to Reproduce
dotnet new android
Did you find any workaround?
I can work around this by setting the VerifyDependencies metadata to false, however this also suppresses messaging about the dependencies of this library:
The text was updated successfully, but these errors were encountered: