The latest .NET MAUI component is available in Visual Studio 2026 or higher:
You can also download the .NET 10 SDK directly, followed by:
> dotnet workload install android --version 10.0.301.1
...
Successfully installed workload(s) android.
To verify installation:
> dotnet workload list
Installed Workload Id Manifest Version Installation Source
--------------------------------------------------------------------------------------------
android 36.1.69/10.0.100 SDK 10.0.100
What's Changed
- [release/10.0.1xx] [tests] Add regression test for global ref leak in LayoutInflater.Inflate by @jonathanpeppers in #11134
- [release/10.0.1xx] [xabt] Fix wrong-TFM assembly loading -> empty
.jlo.xmlfiles by @jonathanpeppers in #11248 - [release/10.0.1xx] Emit NETSDK1202 EOL warning for net9.0-android projects by @jonathanpeppers in #11349
Full Changelog: 36.1.53...36.1.69
