You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/bane.kjsdev.chitchat-A8DfshSKGqD1z5mpyCIS_w==/lib/arm/libphotoprocessing.so" is 64-bit instead of 32-bit
#97
Open
erKaranjeet opened this issue
May 3, 2020
· 6 comments
Everytime i got this issue. Unable to solve this. please help me. I select images and then click on done and editor page open and crashed with the error as below:
java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/bane.kjsdev.chitchat-A8DfshSKGqD1z5mpyCIS_w==/lib/arm/libphotoprocessing.so" is 64-bit instead of 32-bit
Please help me to solve this issue. Thanks in advance
The text was updated successfully, but these errors were encountered:
I think this is due to the inconsistency between the local library and the number of bits of your device. It is recommended to change the 32-bit local library file to 64 bit
Actually i changed function according to phone and this error solved and new one occur. Now new error is "Expecting an absolute path of the library: photoprocessing"
Can you help me to solve this?
firstly i tried with System.loadLibrary() then it gives error i upper mentioned. then i change it to System.load() now "Expecting an absolute path of the library: photoprocessing" error.
Everytime i got this issue. Unable to solve this. please help me. I select images and then click on done and editor page open and crashed with the error as below:
java.lang.UnsatisfiedLinkError: dlopen failed: "/data/app/bane.kjsdev.chitchat-A8DfshSKGqD1z5mpyCIS_w==/lib/arm/libphotoprocessing.so" is 64-bit instead of 32-bit
Please help me to solve this issue. Thanks in advance
The text was updated successfully, but these errors were encountered: