You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm this is not the case.
A simple test is to create a Xamarin.Android project, add SharpFont.Portable and SharpFont.Dependencies.
I instantiate a Library object, and when I run it I get
System.DllNotFoundException: libfreetype.so.6
And this has been tested with x86 emulator, and amr64 real device, getting the same result.
During the build process I get this warning as well:
.nuget\packages\sharpfont.dependencies\2.6.0\build..\bin\msvc10\x86\freetype6.dll : warning XA0101: @(Content) build action is not supported
This page lists the supported Android processor architectures:
Verify that SharpFont runs on each of these without the user needing to manually install freetype.
The text was updated successfully, but these errors were encountered: