Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为 android 编译一个 gstreamer 插件。该插件有#include< gst/gst.h>
gst/gst.h
而且,我还将gst.h的路径添加到了Android.mk。但是当我使用 mm 命令编译时,我仍然收到错误“gst.h no such file or directory”。
在 Android.mk 中包含头文件路径的正确方法是什么?
谢谢
您没有正确遵循说明。您不需要向 Android.mk 添加额外的路径。请再看看其他插件包是如何集成的。理想情况下,包括一个指向您在此处托管插件代码的链接(如果可以的话)。