Re: [ft] Does Freetype support Android x86?

2017-09-18 Thread J Decker
just out of curiosity... Have you actually run the ARM build? I have no issues building freetype for x86 x64, arm, etc... (though I haven't built it for android in quite a few months) I've often found that what shows as a proper link time error in x86 builds sometimes doesn't show in arm until you

Re: [ft] Does Freetype support Android x86?

2017-09-18 Thread 이지흔
=Previous question== Hi! I'm using Freetype for Android apps. Developed using NDK in the Visual Studio 2015 IDE environment.Arm architecture works well, However, it does not build a project build in the architecture of the X86 architecture.

Re: [ft] Does Freetype support Android x86?

2017-09-15 Thread R0b0t1
On Fri, Sep 15, 2017 at 3:27 AM, 이지흔 wrote: > Is there a way to use Freetype in the Android x86 architecture? > Does FreeType fail to build? You simply link it against your native code. To build, see: https://blog.beuc.net/posts/Cross-compile_FreeType_for_Android_ARM/. Compiling for the emulator

Re: [ft] Does Freetype support Android x86?

2017-09-15 Thread Werner LEMBERG
> I'm using Freetype for Android apps. > Developed using NDK in the Visual Studio 2015 IDE environment. > > Arm architecture works well, However, it does not build a project > build in the architecture of the X86 architecture. > Don't you apply for X86? I'm not aware of any limitation. In othe

[ft] Does Freetype support Android x86?

2017-09-15 Thread 이지흔
Hi! I'm using Freetype for Android apps. Developed using NDK in the Visual Studio 2015 IDE environment. Arm architecture works well, However, it does not build a project build in the architecture of the X86 architecture. Don't you apply for X86? Is there a way to use Freetype in the Android x8