You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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:
Library call code:
Library version:
The text was updated successfully, but these errors were encountered: