All Questions
3 questions
0
votes
0
answers
3k
views
Getting error : java.lang.UnsatisfiedLinkError: dlopen failed: library "libtriangulation.so" not found in Android java
I am running an old Android project from year 2019 on the Android Studio Version Electric Eel.
I have imported an existing module in that project which is using a .so library. When I'm executing the ...
0
votes
1
answer
566
views
java.lang.UnsatisfiedLinkError:
I am creating Fingerprint appliation . In this application have libNBioBSP.so file inside this path src/main/jniLibs/armeabi. Adding Realm function for database concept. But when run the application ...
2
votes
1
answer
1k
views
Android Unit Test and .so file [Linker Error]
We are using different sets of .so files for debug and release versions.
build.gradle contains followign things:
sourceSets {
debug {
main.jniLibs.srcDirs = ['libs/debug']
test....