Hi @Kim Strasser ,
Welcome to Microsoft Q&A!
The 'AndroidSupportedAbis' MSBuild property is no longer supported. Please remove ‘AndroidSupportedAbis’ tag and add the 'RuntimeIdentifiers' MSBuild property instead:
<PropertyGroup>
<RuntimeIdentifiers>arm64-v8a;armeabi-v7a</RuntimeIdentifiers>
</PropertyGroup>
Sincerely,
Anna
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.