How do i go about using this in an Android Xamarin app? I have it working for a Windows Application if i copy out one of the packaged freetype dll's to the output directory, but this isn't so simple on Android.
On Android i get a crash when trying to instantiate the Library object:
System.DllNotFoundException: libfreetype.so.6
Help appreciated.
How do i go about using this in an Android Xamarin app? I have it working for a Windows Application if i copy out one of the packaged freetype dll's to the output directory, but this isn't so simple on Android.
On Android i get a crash when trying to instantiate the Library object:
System.DllNotFoundException: libfreetype.so.6Help appreciated.