fatal error: fitz.h: No such file or directory in muPDF library

前端 未结 3 2196
半阙折子戏
半阙折子戏 2021-01-15 17:11

I m trying to compile the muPDF lib in eclipse for android app since 3 days without any success

I downloaded and configured the android-ndk, cygwin

Im gettin

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-15 17:32

    Check the jni folder and find the Anroid.mk. Open it and check whether you added the LOCAL_SRC_FILES and LOCAL_C_INCLUDES. The LOCAL_C_INCLUDES should be your .h files' path. The LOCAL_SRC_FILES should be every .c or .cpp file's path.

提交回复
热议问题