-
Notifications
You must be signed in to change notification settings - Fork 34
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
Android version crashes on 64bit CPU. #106
Comments
Did you find any way to fix this issue? |
Yep. Just remove those libs from the jar file and it will work. |
Ok, so I deleted the folders: arm64-v8a and x86_64 from the cbl_collator_so-1.0.4-28.jar file. Rezipped the folder and changed the extension to .jar I'm still having issues, do I need to recompile the module or anything else? Error Log |
Yes, I've recompiled the module. |
The cbl_collator_so-1.0.4-28.jar contains folders with 64bit libs (x86-64,arm64-v8a) and, because of this, those folders appear in an "apk" file with an app. Android sees these folders and think that it has to search other libs (libtiverify.so etc.) there. Of course, they are missing there, and the app crashes.
The text was updated successfully, but these errors were encountered: