且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

无法建立OpenCV Android范例专案

更新时间:2023-10-07 08:25:16

您将必须创建 Android.mk Application.mk 文件.请参阅样本随附的 tutorial-2-mixedprocessing .

You will have to create Android.mk and Application.mk file. Refer to tutorial-2-mixedprocessing which comes along with the samples.

我建议从最简单的示例代码(即tutorial1)开始.

I would suggest starting from the easiest sample code, ie, tutorial1.

Android.mk中提供了要编译的文件的详细信息

The details of files that are to be compiled are present in Android.mk