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 Studio 中以合并照片。由于这个库是原生的,我很难集成它。任何人都可以为我提供适当的步骤,我们将不胜感激。
该信息包含在代码描述中,大约向下 2/3,段落以该文本开头:
右键单击您的项目-> Android 工具-> 添加本机支持。将在您的项目中创建一个名为 jni 的新文件夹。其中有两个文件:APPNAME.cpp 和 Android.mk(APPNAME 是您的应用名称)。