I'm trying to integrate Mupdf to Android. The documentation in their site seem to be out-dated. I got the latest master from git. I saw two ways by which .so files can be build in Developer site:
- CmakeLists.txt
- adding Android.mk file
First method is creating the Lib directory with it's sub-directories but no .so file is created.
Second method is giving an error.
Can someone tell me how this is done.
Below shown is the error i got when i added Android.mk file.