Using AndroidVersionCodePattern, possible to modify predefined abi?

Den Grigorenko 1 Reputation point
2021-09-23T05:50:40.123+00:00

Hello,

Is it possible to change predefined values for {abi} in csproj AndroidVersionCodePattern value?

According to

https://devblogs.microsoft.com/xamarin/advanced-android-versioncode/#androidversioncodepattern

we have following values:

ABI – Inserts the targeted ABI for the app

1 - armeabi
2 - armeabi-v7a
3 - x86
4 - arm64-v8a
5 - x86_64

Our app using own pattern and in our pattern abi part ov versionCode based on other values:
07 - armeabi-v7a
08 - arm64-v8a
86 - x86
87 - x86_64

How to define AndroidVersionCodePattern to fit our own pattern?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,295 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Den Grigorenko 1 Reputation point
    2021-09-27T10:46:32.277+00:00