Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify SharpFont on Xamarin.Android #108

Open
corliss opened this issue Mar 22, 2017 · 1 comment
Open

Verify SharpFont on Xamarin.Android #108

corliss opened this issue Mar 22, 2017 · 1 comment

Comments

@corliss
Copy link
Contributor

corliss commented Mar 22, 2017

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.

@CristianOG
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants