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
Native library (com/sun/jna/android-aarch64/libjnidispatch.so) not found in resource path (.)
For the Context
As I was creating an Android library, encryption was necessary, therefore I added lazysodium to it.
When I tested my library module during development, it was successful.
However, after it was published on github and hosted on jitpack, I called the same function from the SDK, which contains the encryption code, and it consistently produced this problem.
The suspected issue is with the '@aar' thing, is there anything special required to have this dependency in a library module?