Skip to content

.NET 9 Preview 1, Android 34.99.0-preview.1.151

Pre-release
Pre-release
Compare
Choose a tag to compare
@jonathanpeppers jonathanpeppers released this 13 Feb 18:02
· 149 commits to main since this release
efadb7d

How to install?

This release is not yet available from the Visual Studio installer. Download the .NET 9 Preview 1 SDK, followed by:

> dotnet workload install android
...
Successfully installed workload(s) android.

To verify installation:

> dotnet workload list

Installed Workload Id      Manifest Version                            Installation Source
--------------------------------------------------------------------------------------------
android                    34.99.0-preview.1.151/9.0.100-preview.1     SDK 9.0.100-preview.1

Deprecations

Outdated "Android Support Library" packages are no longer supported in .NET 9:

  • Xamarin.Android.Arch.*
  • Xamarin.Android.Support.*
error XA1039: The Android Support libraries are not supported in .NET 9 and later, please migrate to AndroidX. See https://aka.ms/xamarin/androidx for more details.

The underlying Java libraries are no longer supported by Google since the final 28.0.0 release. See the Android Support Library Documentation for details.

Some example prefixes of the newer, supported AndroidX packages are:

  • Xamarin.AndroidX.*
  • Xamarin.AndroidX.Arch.*

For more information about the Android Support libraries or AndroidX, see:

To begin this rollout, we've introduced this message as a warning in .NET 8.

See our deprecations wiki page for more information.

What's Changed

New Contributors

Full Changelog: 34.0.43...34.99.0-preview.1.151