79290067

Date: 2024-12-18 05:31:58
Score: 1
Natty:
Report link

@Nathan Sokaski

You would need something like the following in your proj file.

<RuntimeIdentifiers Condition="'$(Configuration)'=='Release'">android-arm64;android-arm</RuntimeIdentifiers>

See https://learn.microsoft.com/en-us/dotnet/core/rid-catalog for a complete list of RuntimeIdentifiers for Android.

The example above covers all modern Android devices. I think the minimum API now is 25 for net9.0-android35. I'm not sure because I don't go that low.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Nathan
  • Low reputation (0.5):
Posted by: user2153142