tzutalin / dlib-android

:dragon: Port dlib to Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Don't build JNI

estebandiazm opened this issue · comments

I try to run ndk-build -j 2 but i have the next error

jni/jni_common/Android.mk:16: jni/jni_common "Won't build test's executable file" Android NDK: WARNING:jni/jni_common/Android.mk:jni_common: LOCAL_LDLIBS is always ignored for static libraries make: *** No rule to make target /Users/juandiaz/Documents/projects/dlib-android/third_party/miniglog/glog/logging.cc', needed by obj/local/armeabi-v7a/objs/miniglog/glog/logging.o'. Stop. make: *** Waiting for unfinished jobs....

commented

You need follow the README and run the ./envsetup first.