cenggokhan opened a new issue #18006: Amalgamation Android arm64
URL: https://github.com/apache/incubator-mxnet/issues/18006
 
 
   I compiled amalgamation for android arm64 in my macbook pro and get 
jni_libmxnet_predict.so for Android arm64, however when I use this file in my 
app, an exception like;
   java.lang.UnsatisfiedLinkError: dlopen failed: cannot locate symbol 
"_ZN5mxnet18CachedOpThreadSafeC1ERKN4nnvm6SymbolERKNSt6__ndk16vectorINS5_4pairINS5_12basic_stringIcNS5_11char_traitsIcEENS5_9allocatorIcEEEESD_EENSB_ISE_EEEE"
 referenced by 
"/data/app/com.example.tr-ip3Uhkl5FWXePuSYo9ENVA==/lib/arm64/libmxnet_predict.so"...
           at java.lang.Runtime.loadLibrary0(Runtime.java:1071)
           at java.lang.Runtime.loadLibrary0(Runtime.java:1007)
           at java.lang.System.loadLibrary(System.java:1668)
           at org.dmlc.mxnet.Predictor.<clinit>(Predictor.java:8)
   
   
   arises. Can you help me, what am I doing wrong?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to