A
AC Question
Hello,
I am trying to build app in android studio in windows. This app uses precompiled .so files, which are kept inside jniLibs directory.
When I try to run app I get following error
**java.lang.UnsatisfiedLinkError: dlopen failed: library "ld-linux-x86-64.so.2" not found**
How can I fix this.
Thnaks a lot for help.
Anik
I am trying to build app in android studio in windows. This app uses precompiled .so files, which are kept inside jniLibs directory.
When I try to run app I get following error
**java.lang.UnsatisfiedLinkError: dlopen failed: library "ld-linux-x86-64.so.2" not found**
How can I fix this.
Thnaks a lot for help.
Anik