- Posts: 15
- Thank you received: 1
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Planned SDK features
java.lang.UnsatisfiedLinkError
IP: 200.94.128.217
4 years 6 months ago #15614
by jomart
java.lang.UnsatisfiedLinkError was created by jomart
Hello, Support.
Recently a user opened a PDF file and there was a crash when enter to the Global class in the line System.loadLibrary("rdpdf"). We are using RadaeePDF SDK 3.55.5.
The crash is about java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathListzip file "/data/app/com.xxxx.xxxx...../base.apk"].
I attach an image for better comprehension.
Could you help us?
Any information is appreciated.
Recently a user opened a PDF file and there was a crash when enter to the Global class in the line System.loadLibrary("rdpdf"). We are using RadaeePDF SDK 3.55.5.
The crash is about java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathListzip file "/data/app/com.xxxx.xxxx...../base.apk"].
I attach an image for better comprehension.
Could you help us?
Any information is appreciated.
IP: 111.196.242.56
4 years 6 months ago #15615
by radaee
Replied by radaee on topic java.lang.UnsatisfiedLinkError
this issue happen only when dynamic library is missing.
depends on what CPU you are running.
in normally
we include abi:
arm64-v8a
armeabi-v7a
x86
x86_64
you shall check $PDFSample\ViewLib\src\main\jniLibs
if you are using cordova, plz check all these abi exists.
depends on what CPU you are running.
in normally
we include abi:
arm64-v8a
armeabi-v7a
x86
x86_64
you shall check $PDFSample\ViewLib\src\main\jniLibs
if you are using cordova, plz check all these abi exists.
IP: 200.94.128.217
4 years 6 months ago #15616
by jomart
Replied by jomart on topic java.lang.UnsatisfiedLinkError
We already have these abi in our project, this happened with a Samsung device SM-G570M. We updated the SDK version from Radaee 3.15.1 to 3.55.5.
Could be another thing?
Any information is appreciated.
Could be another thing?
Any information is appreciated.
IP: 111.196.242.56
4 years 6 months ago - 4 years 6 months ago #15617
by radaee
Replied by radaee on topic java.lang.UnsatisfiedLinkError
the log shall tell path of library load failed, and abi information shall include in path.
more: the log shall tell which C function Symbol the system are trying to load.
i need more details of log, may you attach here?
more: the log shall tell which C function Symbol the system are trying to load.
i need more details of log, may you attach here?
Last edit: 4 years 6 months ago by radaee.
Time to create page: 0.508 seconds