README.md 841 B

!!!!!!!

1.0.8.9 存在 PageView.cancelDraw() crash issue,切勿使用

How To Use

Please refer to this demo app for importing. https://bitbucket.org/kdanandroid/pdfreaderviewapp/

5 steps you have to do:

Step 1.

git submodule add https://bitbucket.org/kdanandroid/pdfreaderreadermodule.git PDFReaderReaderModule

Step 2.

setting.gradle

include ':app', ':PDFReaderReaderModule'

Step 3

app/build.gradle

dependencies {
	implementation project(':PDFReaderReaderModule')
}

repositories {
	flatDir {
		dirs 'libs', '../PDFReaderReaderModule/libs'
	}
}

Step 4.

Put libkmpdf.so files of each cpu platform(in KMPDFSDK folder) into app/src/main/jniLibs/[cpu-platform].

Step 5.

MISSION COMPLETED

For module maintainer

If you recieved the new sdk file, please update KMPDFSDK folder !!!

Good Luck 5566!