.NET 8 Servicing, Android 34.0.85
The latest .NET MAUI
component is available in Visual Studio 2022 17.10 Preview 2:
You can also download the .NET 8 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 34.0.85/8.0.100 SDK 8.0.200
Also see the Known Issues in .NET 8.
What's Changed
- [Xamarin.Android.Build.Tasks] Add check for aapt2 invalid data path error by @dellis1972 in #8640
- Bump to xamarin/monodroid@7edfb4a9 by @jonathanpeppers in #8712
- Bump to dotnet/android-libzipsharp@7abbbf4 @dellis1972 in #8723
- [xamarin-android-tools] import $(LibZipSharpVersion) value by @jonathanpeppers in #8738
Changes in other repos:
- Attach the Java Debugger on Emulators by @dellis1972
- Adds api to disconnect JDWP by @tondat
- Rework AdbOutputParsing ParseGetprop to use a multi-line RegEx by @dellis1972
- Fix an issue with the Debugger Dialog not being dismissed by @dellis1972
- [Xamarin.AndroidTools] feature switch to disable Java debugging by @jonathanpeppers
Full Changelog: 34.0.79...34.0.85