.NET 8 Preview 2, Android 34.0.0-preview.2.187
Pre-release
Pre-release
·
1052 commits
to main
since this release
How to install?
Download the .NET 8 Preview 2 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.0.0-preview.2.187/8.0.100-preview.2 SDK 8.0.100-preview.2
What's Changed
- $(AndroidPackVersionSuffix)=preview.2; net8 is 34.0.0-preview.2 by @jonathanpeppers in #7761
- [ci] Remove classic Mono.Android-Tests runs by @pjcollins in #7778
- [ci] Remove some Classic XA test stages/jobs. by @jpobst in #7770
- [ci] Report issues in the API docs build log by @pjcollins in #7784
- Address issues found by LGTM by @grendello in #7750
- Add
_AndroidLibraryProjectImportsCache
toFileWrites
by @dellis1972 in #7780 - Bump 'InstallAndroidDependenciesTest' to use PlatformTools 34.0.0 by @dellis1972 in #7800
- [Microsoft.Android.Sdk.ILLink] target
net7.0
temporarily by @jonathanpeppers in #7803 - [tests] Bump NUnit versions to latest by @jpobst in #7802
- [MSBuildDeviceIntegration] Fix duplicated test parameter by @jpobst in #7809
- Handle
aapt2
error "The system cannot find the file specified." slightly better by @dellis1972 in #7644 - [build] Only build the latest API level by @pjcollins in #7786
- Add Unit Test for testOnly apps by @dellis1972 in #7637
- [Mono.Android] Update api-compat reference file. by @jpobst in #7822
- Attempt to get better logcat logging for failed tests by @grendello in #7816
- Bump NDK to r25c by @grendello in #7808
- Bump to xamarin/Java.Interop/main@bbaeda6f by @jonpryor in #7799
- Update p/invoke symbol names from net8 alpha1 by @grendello in #7829
- [ci] Run nunit tests with stable .NET version by @pjcollins in #7826
- [ci] Use AZDO built-in parallelization strategy. by @jpobst in #7804
- Try dotnet/java-interop#1046 by @jonpryor in #7824
- [monodroid] Properly process satellite assemblies by @grendello in #7823
- Maybe fix the
unable to open file as zip archive
error by @grendello in #7759 - Remove support for mkbundle by @grendello in #7772
Full Changelog: 34.0.0-preview.1.157...34.0.0-preview.2.187