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

Crashes on ARMv8-A #21

Open
soitiroseta opened this issue Oct 23, 2023 · 0 comments
Open

Crashes on ARMv8-A #21

soitiroseta opened this issue Oct 23, 2023 · 0 comments

Comments

@soitiroseta
Copy link

soitiroseta commented Oct 23, 2023

Hello. We use your library to draw graphs and encountered the same problem. On devices with the ARMv8-A hardware platform (for example, Samsung Galaxy J2, Samsung Galaxy J4, Samsung Galaxy A03, Huawei ART-L29), our application crashes when the license key of your library is initialized.
Tell me if your library works with the ARMv8-A hardware platform and what we should do to avoid this problem.

Error log:

Fatal Exception: java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/com....-LO5tYELuNVffVTjoL1f3CA==/base.apk"],nativeLibraryDirectories=[/data/app/com....-LO5tYELuNVffVTjoL1f3CA==/lib/arm64, /system/lib64, /hw_product/lib64, /system/product/lib64]]] couldn't find "libcore.so"
       at java.lang.Runtime.loadLibrary0(Runtime.java:1067)
       at java.lang.Runtime.loadLibrary0(Runtime.java:1007)
       at java.lang.System.loadLibrary(System.java:1668)
       at com.scichart.core.utility.NativeLibraryHelper.tryLoadLibrary(SourceFile:3)
       at com.scichart.core.utility.NativeLibraryHelper.tryLoadCoreLibrary(NativeLibraryHelper.java:1)
       at com.scichart.core.licensing.Credentials.<clinit>(SourceFile:1)
       at com.scichart.charting.visuals.SciChartSurface.setRuntimeLicenseKey(SourceFile:1)
       at com.scichart.charting.visuals.SciChartSurface.setRuntimeLicenseKeyFromResource(SciChartSurface.java:7)

Library call code:

SciChartSurface.setRuntimeLicenseKeyFromResource(applicationContext, R.raw.scichart_release)

Library version:

4.2.0.4631
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

1 participant