Error making android_deploy app

Hi,
Im trying to run android_deploy app ,
and I have the next error:
,nativeLibraryDirectories=[/data/app/ml.dmlc.tvm.android.demo-2/lib/arm64, /system/lib64, /vendor/lib64]]] couldn’t find “libtvm4j_runtime_packed.so”

I am using ndk v16
what can solve that?
thanks

It sounds like you forgot to set up TVM4J, I would follow this guide (https://github.com/dmlc/tvm/blob/master/jvm/README.md) and give it another shot.