- Posts: 36
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
couldn't find "librdpdf.so" after update 3.52.5
- thiagopelikan
- Topic Author
- Offline
- Junior Member
-
Less
More
IP: 201.82.188.211
6 years 10 months ago #14634
by thiagopelikan
couldn't find "librdpdf.so" after update 3.52.5 was created by thiagopelikan
I'm having problems after updated to version 3.52.5. If I uninstall my previous app app version (With old radaee version) and install the new one (radaee 3.52.5) it works perfectly, but if I update my app version without uninstalling, it shows this message after openning a pdf file.
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathListzip file "/data/app/br.com.myappb17EaP90OFr0TG43ONgyug==/base.apk"],nativeLibraryDirectories=[/data/app/br.com.myapp-b17EaP90OFr0TG43ONgyug==/lib/arm, /data/app/br.com.myapp-b17EaP90OFr0TG43ONgyug==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib] couldn't find "librdpdf.so"
I don't have any idea on how to fix it, can anyone help me please?
Tks,
Thiago
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathListzip file "/data/app/br.com.myappb17EaP90OFr0TG43ONgyug==/base.apk"],nativeLibraryDirectories=[/data/app/br.com.myapp-b17EaP90OFr0TG43ONgyug==/lib/arm, /data/app/br.com.myapp-b17EaP90OFr0TG43ONgyug==/base.apk!/lib/armeabi-v7a, /system/lib, /vendor/lib] couldn't find "librdpdf.so"
I don't have any idea on how to fix it, can anyone help me please?
Tks,
Thiago
IP: 111.196.246.249
6 years 10 months ago #14641
by radaee
Replied by radaee on topic couldn't find "librdpdf.so" after update 3.52.5
on Android Studio project.
librdpdf.so shall placed in directory "$PDFSample\ViewLib\src\main\jniLibs"
where "$PDFSample" is root directory of the project.
in this directory you shall has 4 subdir:"arm64-v8a","armeabi-v7a","x86","x86_64"
each subdir has "librdpdf.so"
librdpdf.so shall placed in directory "$PDFSample\ViewLib\src\main\jniLibs"
where "$PDFSample" is root directory of the project.
in this directory you shall has 4 subdir:"arm64-v8a","armeabi-v7a","x86","x86_64"
each subdir has "librdpdf.so"
IP: 111.196.246.249
6 years 10 months ago #14642
by radaee
Replied by radaee on topic couldn't find "librdpdf.so" after update 3.52.5
sorry, just better saw details of your problem.
this issue not happen on our app.
i recommand that your app do not remove library for "armeabi-v7a".
some old device not support "arm64-v8a".
this issue not happen on our app.
i recommand that your app do not remove library for "armeabi-v7a".
some old device not support "arm64-v8a".
Time to create page: 0.411 seconds