Skip to content
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

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

Comments

@erKaranjeet
Copy link

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

@siwangqishiq
Copy link
Owner

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

@erKaranjeet
Copy link
Author

I tried to change it but not worked, can you please explain me...

@siwangqishiq
Copy link
Owner

you can change a 32-bit device to test , To determine if it's really the problem

@erKaranjeet
Copy link
Author

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?

@siwangqishiq
Copy link
Owner

Are you using System.load not System.loadLibrary?

@erKaranjeet
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants