gpt4 book ai didi

安卓 ndk freetype2

转载 作者:太空宇宙 更新时间:2023-11-03 10:52:44 27 4
gpt4 key购买 nike

我正在尝试在 Android NDK 中添加 freetype2 支持。

我已经成功构建了库,但我应该如何将它包含在 Android.mk 文件中?

最佳答案

一开始:

include $(CLEAR_VARS)
LOCAL_MODULE := libFreeType
LOCAL_SRC_FILES := jni/$(TARGET_ARCH_ABI)/libFreeType.a
include $(PREBUILT_STATIC_LIBRARY)

稍后:

LOCAL_STATIC_LIBRARIES += FreeType

关于安卓 ndk freetype2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10852748/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com