Relative Content

Tag Archive for c#androidformsxamarinnative

Xamarin forms Android native libray not working with architecture armv8l

I have a xamarin forms app that needs to use an android native library.
I created the library as a Dynamic Shared Library (Android) (I am using Visual Studio 2022 v17.9.6).
I build the library for the four different platforms available in visual studio (x86,x64,ARM,ARM64), added the resulting .so files to the following folders in my xamarin.Android project (setting build action to AndroidNativeLibrary):