java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN4dmlc6Stream6CreateEPKcS2_b" referenced by "/data/app/com.happen.it.make.whatsthis-2/lib/arm/libmxnet_predict.so"...
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Add an Application.mk file next to your Android.mk file and make APP_PLATFORM to be equal to your minSdkVersion.
- Expert tip
This happens sometimes when Android fails to load the necessary libraries when you install an app. Try reinstalling it or telling your client to reinstall it, as it seems to correctly install the libraries and fixes the problem.
Solutions on the web
via GitHub by amanaman118
, 1 year agovia GitHub by gaush123
, 1 year agovia GitHub by riless
, 1 year agovia xda-developers.com by Unknown author, 1 year ago
via Stack Overflow by Unknown author, 2 years ago
via GitHub by DennisGuo
, 1 year agojava.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol "_ZN4dmlc6Stream6CreateEPKcS2_b" referenced by "/data/app/com.happen.it.make.whatsthis-2/lib/arm/libmxnet_predict.so"...
at java.lang.Runtime.loadLibrary(Runtime.java:372)
at java.lang.System.loadLibrary(System.java:1076)
at org.dmlc.mxnet.Predictor.
(Predictor.java:5)