-
Notifications
You must be signed in to change notification settings - Fork 155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting error while trying to open pdf. and app is crashing. #315
Comments
Reinstalling the app may help
|
See: |
can You Sir please explain it more |
@bqytallhsirlkm current gradle configuration (in master branch) doesn't automatically build native libraries. You need to manually build c/c++ sources (explained in readme) and then build project itself. |
Thank you brother Sorry brother I'm a beginner in Andriod studio I didn't understand Readme |
From Android Studio:
From Terminal:
From Android Studio:
|
Sorry brother I didn't know whats the wrong seem Error! 1-download NDK & DjVULibre and generate fonts |
For the second step you need a terminal. On Windows you may use Cygwin. |
when I run bash: make: command not found
|
Do you have files in |
|
You have to install git and run from terminal |
You don't actually download mupdf and djvulibre by hand. You download them by issuing |
Sorry Brother for the last time |
git clone --recurse-submodules https://github.com/SufficientlySecure/document-viewer.git This command will download project, mupdf and djvulibre.
They are generated when you run |
yes I downloaded a zip archive thanks for this note
|
which one? |
|
Did you run |
Why do you have a backslash in your |
my path for NDK excuse me brother whats the wrong with the path? |
Well, you have mixed forward and back slashes in your |
so my error But it gives me the seeming error |
org.sufficientlysecure.viewer E/Document Viewer.LibraryLoader: Native library cannot be loaded:
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/org.sufficientlysecure.viewer-IA7jlnRFefU-WQQ1bJ2wdQ==/base.apk"],nativeLibraryDirectories=[/data/app/org.sufficientlysecure.viewer-IA7jlnRFefU-WQQ1bJ2wdQ==/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libebookdroid.so"
The text was updated successfully, but these errors were encountered: