I\'m running unit tests in Android Studio. I have a Java class that loads a native library with the following code
static { System.loadLibrary(\"myli
Try running your test code with java -XshowSettings:properties option and make sure your destination path for system libraries and in the output of this command, library path values are the same