The latest .NET MAUI
component is available in Visual Studio 2022 17.14 Preview 3:
You can also download the .NET 9 SDK directly, 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 35.0.61/9.0.100 SDK 9.0.202
What's Changed
- Backport
dotnet-install
script from a941e34 by @jonathanpeppers in #9780 - Bump to android-platform-support@2f5580c6 by @pjcollins in #9845
- [ci] Publish VS workload zips (#9870) by @pjcollins in #9882
- Fix Debugger timeout on 32 bit devices for .net 9 by @dellis1972 in #9880
- Bump to 34.0.153 of the .NET 8 Android workload by @pjcollins in #9934
- Bump to dotnet/android-tools@59cab872 by @jonpryor in #9950
- Update .NET 8 Android workload version to 34.0.154 by @pjcollins in #9958
Full Changelog: 35.0.50...35.0.61