Tags: dotnet/android
Tags
Update dependencies from https://github.com/dotnet/dotnet build 20250… …925.8 (#10522) This commit updates the following dependencies ## From https://github.com/dotnet/dotnet - **Subscription**: [8681fd17-f16f-42b0-96cd-40ba961c01fa](https://maestro.dot.net/subscriptions?search=8681fd17-f16f-42b0-96cd-40ba961c01fa) - **Build**: [20250925.8](https://dev.azure.com/dnceng/internal/_build/results?buildId=2801862) ([284763](https://maestro.dot.net/channel/6577/github:dotnet:dotnet/build/284763)) - **Date Produced**: September 26, 2025 12:48:21 AM UTC - **Commit**: [dcfd7e5d2118697d89716c1d5c2127da44e7fe3b](dotnet/dotnet@dcfd7e5) - **Branch**: [release/10.0.1xx-rc2](https://github.com/dotnet/dotnet/tree/release/10.0.1xx-rc2) - **Updates**: - From [10.0.0-beta.25468.104 to 10.0.0-beta.25475.108][1] - Microsoft.DotNet.Build.Tasks.Feed - From [0.11.5-alpha.25468.104 to 0.11.5-alpha.25475.108][1] - Microsoft.DotNet.Cecil - From [10.0.0-rc.2.25468.104 to 10.0.0-rc.2.25475.108][1] - Microsoft.NET.ILLink.Tasks - Microsoft.NETCore.App.Ref - From [10.0.100-rc.2.25468.104 to 10.0.100-rc.2.25475.108][1] - Microsoft.NET.Sdk - Microsoft.TemplateEngine.Authoring.Tasks [1]: dotnet/dotnet@2dea164...dcfd7e5
[build] move to new yaml template for signing (#10453) Context: dotnet/android-libraries@c12c66a Context: https://devdiv.visualstudio.com/DevDiv/_git/Xamarin.yaml-templates/commit/3aa7341d11ab4cc9d4bf63965806e35c015c5956?refName=refs%2Fheads%2Fmain&path=%2Fsign-artifacts%2Fsteps%2Fv4.yml&_a=contents Context: https://devdiv.visualstudio.com/DevDiv/_git/ClientTools.Platform/commit/81a98cf67ae869635ebd082f37e2ddbf624e0267?refName=refs/heads/main&path=/build/automation/stages/sign.yml * Moves to `sign-artifacts/jobs/v4.yml` template * Set `$(TeamName)` to `.NET MAUI`.
Revert "Use Android shared library loader for JNI libraries (#10376)" This reverts commit 064f23f. We are seeing `dotnet new maui` projects fail to debug, as they appear to be stuck in a loop on startup: 08-22 11:39:14.148 W/monodroid-assembly(10269): Timeout while waiting for shared library '/data/user/0/com.companyname.mauiapp14/files/.__override__/arm64-v8a/libSystem.Security.Cryptography.Native.Android.so' to load. 08-22 11:39:17.155 W/monodroid-assembly(10269): Timeout while waiting for shared library '/data/app/~~Q5yyfDmzDqX9Z8UwQnLoFA==/com.companyname.mauiapp14-ZPk2_y6fT3b_3leM8xhcAw==/lib/arm64/libSystem.Security.Cryptography.Native.Android.so' to load. 08-22 11:39:20.164 W/monodroid-assembly(10269): Timeout while waiting for shared library '/data/user/0/com.companyname.mauiapp14/files/.__override__/arm64-v8a/libSystem.Security.Cryptography.Native.Android' to load. 08-22 11:39:23.172 W/monodroid-assembly(10269): Timeout while waiting for shared library '/data/app/~~Q5yyfDmzDqX9Z8UwQnLoFA==/com.companyname.mauiapp14-ZPk2_y6fT3b_3leM8xhcAw==/lib/arm64/libSystem.Security.Cryptography.Native.Android' to load. 08-22 11:39:23.172 W/monodroid-assembly(10269): Shared library 'libSystem.Security.Cryptography.Native.Android' not loaded, p/invoke 'AndroidCryptoNative_SSLStreamInitialize' may fail 08-22 11:39:23.172 F/monodroid-assembly(10269): Failed to load symbol 'AndroidCryptoNative_SSLStreamInitialize' from shared library 'libSystem.Security.Cryptography.Native.Android' 08-22 11:39:26.187 W/monodroid-assembly(10269): Timeout while waiting for shared library '/data/user/0/com.companyname.mauiapp14/files/.__override__/arm64-v8a/libSystem.Security.Cryptography.Native.Android.so' to load. 08-22 11:39:29.190 W/monodroid-assembly(10269): Timeout while waiting for shared library '/data/app/~~Q5yyfDmzDqX9Z8UwQnLoFA==/com.companyname.mauiapp14-ZPk2_y6fT3b_3leM8xhcAw==/lib/arm64/libSystem.Security.Cryptography.Native.Android.so' to load. 08-22 11:39:32.198 W/monodroid-assembly(10269): Timeout while waiting for shared library '/data/user/0/com.companyname.mauiapp14/files/.__override__/arm64-v8a/libSystem.Security.Cryptography.Native.Android' to load. repeating...
Bump to dotnet/sdk@cf275d46ba 9.0.305-servicing.25417.7 (#10421) Changes: dotnet/sdk@fffbe68...cf275d4 Updates: From 9.0.305-servicing.25408.10 to 9.0.305-servicing.25417.7 Microsoft.NET.Sdk
Bump to be1cab9232 35.0.92 (#10334) Changes: 9abff77...be1cab9 - **Updates**: - From [35.0.78 to 35.0.92][1] - Microsoft.NET.Sdk.Android.Manifest-9.0.100 [1]: 9abff77...be1cab9
Bump to dotnet/java-interop@4d015ca7 (#10328) Changes: dotnet/java-interop@03cb8e2...4d015ca * [Xamarin.Android.Tools.Bytecode] add `org.jspecify.annotations.NonNull`
[xabt] fall back to libZipSharp on .NET framework (#10238) Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2510554 In testing .NET 10, we found the issue: ADB0010: Mono.AndroidTools.InstallFailedException: Unexpected install output: Failure [-124: Failed parse during installPackageLI: Targeting R+ (version 30 and above) requires the resources.arsc of installed APKs to be stored uncompressed and aligned on a 4-byte boundary] ... 1. Create a new .NET MAUI/MAUI Blazor app. 2. Change the value for the Color attribute to #FF0000 or any color. ```xml <!-- Splash Screen --> <MauiSplashScreen Include="Resources\Splash\splash.svg" Color="#FF0000" BaseSize="128,128" /> ``` 3. Deploy to android. 4. The splash screen color should change according to the chosen color. 5. Stop Debugging and change the splash screen color again. 6. If you do it enough times, you would encounter the error. Manually, adding `$(_AndroidUseLibZipSharp)` to the `.csproj` file solves the issue: <_AndroidUseLibZipSharp>true</_AndroidUseLibZipSharp> Reviewing, a `.binlog` created by setting `%MSBUILDDEBUGENGINE%=1` and launching Visual Studio, we see the message: Task BuildArchive ... Using System.IO.Compression because no uncompressed file extensions were specified. So, we are relying on .NET Framework's `System.IO.Compression` to handle `.apk` creation in some cases. `libZipSharp` *was created* because of bugs in .NET Framework's & Mono's implementation of `System.IO.Compression` that caused issues with Android packaging. To fix this, we will always use `libZipSharp` for .NET Framework, regardless if files are compressed or not.
[ci] Use templates from DevDiv/Xamarin.yaml-templates (#10012) Updates the repo reference that provides common yaml templates from * https://github.com/xamarin/yaml-templates to * https://devdiv.visualstudio.com/DevDiv/_git/Xamarin.yaml-templates
[xabt] rename `$(EnableProfiler)` to `$(EnableDiagnostics)` (#10166) Context: dotnet/macios#22982 Context: dotnet/runtime#115473 (comment) We are aligning WASM, iOS, Android to all use the same property name for this.
Bump to dotnet/dotnet@0f7a4879bc 10.0.100-preview.4.25255.103 (#10115) Changes: dotnet/dotnet@1abd362...0f7a487 Updates: * Microsoft.DotNet.Build.Tasks.Feed: from 10.0.0-beta.25252.106 to 10.0.0-beta.25255.103 * Microsoft.DotNet.Cecil: from 0.11.5-alpha.25252.106 to 0.11.5-alpha.25255.103 * Microsoft.NET.ILLink.Tasks: from 10.0.0-preview.4.25252.106 to 10.0.0-preview.4.25255.103 * Microsoft.NET.Sdk: from 10.0.100-preview.4.25252.106 to 10.0.100-preview.4.25255.103 * Microsoft.NETCore.App.Ref: from 10.0.0-preview.4.25252.106 to 10.0.0-preview.4.25255.103 * Microsoft.TemplateEngine.Authoring.Tasks: from 10.0.100-preview.4.25252.106 to 10.0.100-preview.4.25255.103
PreviousNext