4,160 questions
Explained here: https://learn.microsoft.com/dotnet/maui/whats-new/dotnet-9?view=net-maui-9.0#64-bit-architectures-by-default
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have just created a brand new MAUI template from Visual Studio Code, but I cannot build and install the APK on my Android 13 (33) device.
proj:
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'">21.0</SupportedOSPlatformVersion>
I have tried to add exported=true as suggested here, no change: https://learn.microsoft.com/en-us/answers/questions/2136171/android-apk-not-installed
Why is this happening and what can I do to fix the issue?
Thanks.