.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,955 questions
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.