netsparks / mupdfdemo

This is the project for the old MuPDF Android viewer.

Home Page:https://mupdf.com/docs/android-build-viewer.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mupdfdemo

这个旧版的 MuPDF Android 预览库。 MuPDF项目组: http://mupdf.com/ 这个项目不包含 jni 源码,我把项目克隆到本地后,重新build,生成了 *.so 文件。

.
├── AndroidManifest.xml
└── jniLibs
    ├── armeabi-v7a
    │   └── libmupdf_java32.so
    └── x86
        └── libmupdf_java32.so

你也可以自行克隆到本地git clone --recursive git://git.ghostscript.com/mupdf-android-viewer-old.git自行完成上面的操作。

About

This is the project for the old MuPDF Android viewer.

https://mupdf.com/docs/android-build-viewer.html


Languages

Language:Java 100.0%