Ask Your Question
0

Android.mk file error

asked 2015-04-08 09:01:11 -0600

stupidteam gravatar image

it is my android.mk file:

LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) OPENCV_CAMERA_MODULES:=on OPENCV_INSTALL_MODULES:=on include ../../sdk/native/jni/OpenCV.mk LOCAL_SRC_FILES := DetectionAndRecognition.cpp LOCAL_C_INCLUDES += $(LOCAL_PATH) LOCAL_LDLIBS += -llog -ldl LOCAL_MODULE := detection_and_recognition_lib include $(BUILD_SHARED_LIBRARY)

when i built its result error:

20:57:36 * Clean-only build of configuration Default for project AndroidFaceRecognizer-master * "E:\android-ndk-r8e\ndk-build.cmd" clean jni/Android.mk:6: ../../sdk/native/jni/OpenCV.mk: No such file or directory make: * No rule to make target `../../sdk/native/jni/OpenCV.mk'. Stop. 20:57:36 Build Finished (took 406ms)

Any help !!!

edit retag flag offensive close merge delete

Comments

I guess, you should replace the path to the OpenCV.mk file with the correct one.

mshabunin gravatar imagemshabunin ( 2015-04-10 08:40:22 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2016-05-27 11:38:28 -0600

watch this video this problem have been solved in the mid of this video
https://www.youtube.com/watch?v=ETc8P...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-04-08 09:01:11 -0600

Seen: 617 times

Last updated: Apr 08 '15