Skip to content

Crashes on ARMv8-A #21

@soitiroseta

Description

@soitiroseta

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions