Id like to use mupdf as a pdf viewer inside my own android app.
Ive been able to compile it (not easy) from instructions here , the last steps were :
ndk-build
ant debug
Now, how to call mupdf from my android project in eclipse ?
I just want to open a window with a specified PDF and a custom toolbar.