A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Thanks, I have started topic: https://github.com/xamarin/xamarin-android/issues/6336
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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?
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Thanks, I have started topic: https://github.com/xamarin/xamarin-android/issues/6336