No jniLibs extraction on android (Flutter)
I used flutter to create android app which uses jniLibs, I don’t use ffi, instead I am directly call .so lib with Process.run from nativeLibDirectory. It works fine in debug mode, in release mode I am getting Process exception that ****.so file not found. When I unpack released apk file I see that all libs are presents in “libs” folder, but after installation of apk I see that they are missing in nativeLibDirectory of app(in debug mode it presents=successfully extracted).