gpt4 book ai didi

android - fatal error : android_native_app_glue. h:没有那个文件或目录

转载 作者:塔克拉玛干 更新时间:2023-11-03 06:52:31 24 4
gpt4 key购买 nike

所以,我无法停止接收错误消息

fatal error: android_native_app_glue.h: No such file or directory

尝试编译应用程序时。这真的让我很害怕。我已经在项目设置中指定了 android_native_app_glue 的路径,但是没有任何意义。我还能做什么?

(操作系统 Windows 7)

make 文件看起来像

LOCAL_PATH := $(call my-dir)

include $(CLEAR_VARS)

LOCAL_MODULE := droidblaster
LOCAL_SRC_FILES := Main.cpp EventLoop.cpp Log.cpp
LOCAL_LDLIBS := -landroid -llog
LOCAL_STATIC_LIBRARIES := android_native_app_glue

$(call import-module,android/native_app_glue)

include $(BUILD_SHARED_LIBRARY)

最佳答案

这可能已经很晚了make 文件没有指向正确的库使用

LOCAL_STATIC_LIBRARIES := android_native_app_glue

Malte Schmitz 中遗漏了的回答

你也可以引用

android-ndk-folder\sources\android\native_app_glue\Android.mk

请引用NDK中给出的示例源

关于android - fatal error : android_native_app_glue. h:没有那个文件或目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14187970/

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