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 #1460

Closed
zwyxtj opened this issue Dec 25, 2024 · 3 comments
Closed

java.lang.UnsatisfiedLinkError #1460

zwyxtj opened this issue Dec 25, 2024 · 3 comments

Comments

@zwyxtj
Copy link

zwyxtj commented Dec 25, 2024

Note:

An crash issue will be ignored & closed in a week without logs.

The language of MMKV

, Java

The version of MMKV

v1.0.22

The platform of MMKV

Android arm64-v8a

The installation of MMKV

Maven

What's the issue?

dlopen failed: "/data/app/com.supershoppad-K3eWhyO480jHaaZNttq1uQ==/lib/arm64/libc++_shared.so" has bad ELF magic: 00000000

com.tencent.mmkv.MMKV.initialize(MMKV.java:83)

@lingol
Copy link
Collaborator

lingol commented Dec 25, 2024

It looks like your app's libmmkv.so is broken. Check your apk.

@lingol
Copy link
Collaborator

lingol commented Dec 25, 2024

One more thing, v1.0.22 is way too old, consider upgrading it regardless of this issue.

@yymjr
Copy link

yymjr commented Dec 28, 2024

libc++_shared.so?I think you maybe import a broken so by youself. You can use readelf command to check.

@lingol lingol closed this as completed Dec 31, 2024
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

3 participants