-
Notifications
You must be signed in to change notification settings - Fork 565
Closed
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.enhancementProposed change to current functionality.Proposed change to current functionality.
Milestone
Description
Android application type
Android for .NET (net6.0-android, etc.)
Affected platform version
.NET 7
Description
Context: dotnet/maui#7038
We found some Telerik and/or other vendor libraries would fail due to this code in SkiaSharp:
So if we don't finish #6427 for .NET 7, we could consider:
- Fix
SKCanvasViewso it doesn't use aStyleable int[]. - Give an error message at build time if the
AndroidLinkResourceslinker step encounters aint[] - Try turning on
AndroidLinkResources=trueby default for MAUI projects
Steps to Reproduce
- Use
SKCanvasViewin a project - Build with
-c Release -p:AndroidLinkResources=true
Did you find any workaround?
Don't use $(AndroidLinkResources)
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.enhancementProposed change to current functionality.Proposed change to current functionality.
Type
Projects
Status
Done