SharpFont icon indicating copy to clipboard operation
SharpFont copied to clipboard

Verify SharpFont on Xamarin.Android

Open corliss opened this issue 9 years ago • 1 comments

This page lists the supported Android processor architectures:

  • armeabi
  • armeabi-v7a
  • arm64-v8a
  • x86
  • x86_64

Verify that SharpFont runs on each of these without the user needing to manually install freetype.

corliss avatar Mar 22 '17 19:03 corliss

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

CristianOG avatar Jun 28 '18 10:06 CristianOG