Open
Description
UsingJBlst.loadNativeLibrary();
shows cannot resolve symbol Jblst.
Trying to use jblst in my Android app. I took the dependency from & added it to app level build.gradlel file.
Without loading the native library, following error comes up -
java.lang.UnsatisfiedLinkError: No implementation found for long tech.pegasys.teku.bls.impl.blst.swig.blstJNI.new_scalar() (tried Java_tech_pegasys_teku_bls_impl_blst_swig_blstJNI_new_1scalar and Java_tech_pegasys_teku_bls_impl_blst_swig_blstJNI_new_1scalar__)
at tech.pegasys.teku.bls.impl.blst.swig.blstJNI.new_scalar(Native Method)
Metadata
Assignees
Labels
No labels
Activity