Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Documentation/release-notes/6000.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#### Application and library build and deployment

- [GitHub Issue 5432](https://github.com/xamarin/xamarin-android/issues/5432):
In a .NET 6 application, native libraries can now be contained in directories
which match Android *Resource Identifiers*, not just the legacy Android ABI
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be:

Suggested change
which match Android *Resource Identifiers*, not just the legacy Android ABI
which match Android *Runtime Identifiers*, not just the legacy Android ABI

Could also link to: https://github.com/dotnet/designs/blob/main/accepted/2021/net6.0-tfms/net6.0-tfms.md#rids

names.

- [GitHub Issue 5992](https://github.com/xamarin/xamarin-android/issues/5992):
If no JDKs are installed on macOS, the build may fail with:

error XARSD7000: System.Xml.XmlException: Root element is missing.
2 changes: 1 addition & 1 deletion external/xamarin-android-tools