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
Added extractNativeLibs="true" to the lib's manifest.
That should cause the stunnel binary to be extracted onto the device, where the Java lib can use it. Without this option, it depends on the app's minSdk whether the native libraries are extracted or not.
0 commit comments