joniks / Android-MuPDF

MuPDF usage for magazine reading
GNU Affero General Public License v3.0
184 stars 74 forks source link

Help Please. About library libmupdf_java.so file #25

Open musaffanurul opened 7 years ago

musaffanurul commented 7 years ago

Hi @joniks I've just use this library and success. But any some device got force close because file libmupdf_java.so nothing in folder arm64-v8a and x86_64 I guest. Can you help me please create the file .so to two folders, please.

Thank you very much

SnowWitch commented 7 years ago

@slimshady17 How did you solve this problem?I have the same problem.

musaffanurul commented 7 years ago

@SnowWitch Actually I solve this by remove other library that i was used before. Before I use MuPDF libs, I use pdf libs from https://github.com/JoanZapata/android-pdfview to my project, than I remove libs from JoanZapata from my properties library and solve my problem.