Hi,
In our android applicatin, when I try to do the following, the `snpe-android` library loading is stuck and never returns or completes.
System.loadLibrary("jniload"); System.loadLibrary("snpe-android");
However loading them in the reverse order or loading them individually works fine.
Root Cause of this issue will be helpful for us in long term in case of more dependencies.
Any help is greatly appreciated!
Dear developer,
What's type of jni-load in your code?
Per my understanding, this libray was not release by Qualcomm. Is the customing library created in you side?
You could load these two lib seperately in two module.
BR.
Wei