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
After converting to javacpp, the System.loadLibrary() call takes 30 to 200 ms. It's an Android project with a simple single-function native library at this point. Without javacpp, the native library loads in just a few ms. What is happening during the load that takes so long, is there a way to make it faster?