I have just started learning android programming. I want to use the MuPDF library for android. Unfortunately, I am unable to get any proper documentation.
I tried running ndk- build
, but it generates libs for only armeabi-v7. I need To view pdf in android (and all architectures).
So how do I go about it ?