On Fri, Sep 15, 2017 at 3:27 AM, 이지흔 <[email protected]> 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 is similar. It will use a cross toolchain; notably the C library is different. See: https://developer.android.com/ndk/guides/standalone_toolchain.html. Cheers, R0b0t1 _______________________________________________ Freetype mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype
