Hi,
I am trying to setup Quill project in Android studio. I have imported the quill source code as Eclipse project into my Android Studio and observed that Gradle files got created automatically. I have added ambilWarna and androidFilePicker in my library path as well. I have downloaded NDK and specified the location to Android Studio.
When I try to build the project, the compilation of
In file included from D:\android\TestGit\android-quill\quill\src\main\jni\haru_error_handler.cpp:3:0:
D:\android\TestGit\android-quill\quill\src\main\jni\haru_error_handler.h:5:18: fatal error: hpdf.h: No such file or directory
#include "hpdf.h"
^
compilation terminated.
make.exe: *** [D:\android\TestGit\android-quill\quill\build\intermediates\ndk\debug\obj/local/arm64-v8a/objs/hpdf/D_\android\TestGit\android-quill\quill\src\main\jni\haru_error_handler.o] Error 1
I got lot of warnings like this as well before compilation failure.
:quill:compileDebugNdk
Warning:(457) warning: overriding commands for target `D:\android\TestGit\android-quill\quill\build\intermediates\ndk\debug\obj/local/arm64-v8a/objs/hpdf/D_\android\TestGit\android-quill\quill\src\main\jni\libhpdf-2.3.0RC2\demo\font_demo.o'
D:\android\android-ndk-r10d\build\core\
build-binary.mkWarning:(455) warning: ignoring old commands for target `D:\android\TestGit\android-quill\quill\build\intermediates\ndk\debug\obj/local/mips/objs/hpdf/D_\android\TestGit\android-quill\quill\src\main\jni\libhpdf-2.3.0RC2\demo\font_demo.o'
Please help.
Thanks,
Krishna Chaitanya